Libraries tagged by mouf

mouf/picotainer

16 Favers
185931 Downloads

This package contains a really minimalist dependency injection container compatible with container-interop.

Go to Download


mouf/html.widgets.statsgrid

24 Favers
9050 Downloads

This PHP package contains a HTML pivot table. You provide it with a data set and the list of columns and rows and it will display a nice pivot table.

Go to Download


mouf/mouf-validators-interface

0 Favers
383341 Downloads

The mouf-validators-interface package contains interfaces your classes can implement to provide self-validation in the Mouf interface.

Go to Download


mouf/mouf-installer

0 Favers
392513 Downloads

The Mouf-installer package is a composer in charge of installing any package with the 'mouf-library' type.

Go to Download


thecodingmachine/splash-router

6 Favers
15074 Downloads

Splash is a PHP router. It takes an HTTP request and dispatches it to the appropriate controller.

Go to Download


mouf/whoops-stackphp

14 Favers
5613 Downloads

This package provides a StackPHP middleware for using the Whoops error handling library

Go to Download


mouf/utils.session.session-manager

2 Favers
252606 Downloads

This package is used to manage sessions. It provides a DefaultSessionManager class that you can use to configure your PHP sessions, and a SessionManagerInterface that you can implement if you want to provide your own session management.

Go to Download


mouf/utils.i18n.fine

0 Favers
170268 Downloads

Fine is a PHP internationalisation package. It will help you provide applications that support several languages. FINE means: Fine is not english :). Translation is performed using PHP mapping files, but you will have a nice graphical interface in the Mouf framework to write your own translated messages.

Go to Download


mouf/utils.constants.secret

0 Favers
374453 Downloads

This package contains a simple installer for Mouf that will create a constant 'SECRET' in your project and initialize it to some random value.

Go to Download


mouf/utils.constants.debug

0 Favers
362052 Downloads

This package contains a simple installer for Mouf that will create a constant 'DEBUG' in your project and initialize it to true. Useful for packages supporting a 'debug' mode.

Go to Download


mouf/utils.common.url-interface

0 Favers
354005 Downloads

This package contains an interface used by many objects to say they represent a URL. The concept is very simple, the object implements a getUrl method, and that's it!

Go to Download


mouf/utils.common.lock

1 Favers
67118 Downloads

A simple package that provides functions to get a lock. Typically, you want to use locks when you want to be sure that 2 actions do not happen at the same time. For instance, if you regularly schedule cron tasks, you might want to be sure the last cron task finished before running the new one. A lock can help you do that.

Go to Download


mouf/utils.common.getvars

0 Favers
163247 Downloads

This is a legacy non-OO package and should not be used in recent developments. A simple package that provides functions to get the parameters from the request in a consistent way. The varaiables can be rerieved in a way that is independent of the php.ini configuration file. Especially, it can cancel the effect of the dreadful 'magic_quotes' parameter.

Go to Download


mouf/utils.cache.no-cache

0 Favers
180662 Downloads

This package contains a cache mechanism that... does not cache anything. This is useful if another component requires a cache mechanism and if you don't want to provide any (for development purpose...).

Go to Download


mouf/utils.cache.in-memory-cache

1 Favers
356489 Downloads

This package contains the most basic cache mechanism. It stores cache items in an array. It means the cache is flushed as soon as the script returns. It is very basic, but also very fast. You will usually use this mechanism with another one just behind.

Go to Download


<< Previous Next >>