Libraries tagged by mouf
mouf/nodejs-installer
630394 Downloads
An installer package that let's you install NodeJS and NPM as a Composer dependency.
mouf/classname-mapper
1757793 Downloads
Provides a way to find in which PHP files a class will be looked upon.
mouf/magic-query
209029 Downloads
A very clever library to help you with SQL: generate prepared statements with a variable number of parameters, automatically writes joins... and much more!
mouf/pimple-interop
2062452 Downloads
This project is a very simple extension to the Pimple microframework. It adds to Pimple compatibility with the container-interop APIs.
mouf/mouf
144325 Downloads
The Mouf PHP framework: an open-source PHP framework providing an easy way to download, install, use and reuse components, with a graphical user interface.
mouf/utils.log.logger
Downloads
mouf/mvc.splash-implementation
Downloads
mouf/utils.common.conditioninterface
482219 Downloads
This package contains one interface for condition, and a few classes that implement it. For instance, AndCondition that requires all conditions to be met, and OrCondition that requires at least one condition to be met. A condition is a class that possesses an 'isOk' method. The condition returns true if the condition is met, and false otherwise.
mouf/schema-analyzer
192289 Downloads
A package that offers utility tools to analyze database schemas (on top of Doctrine DBAL)
mouf/interop.silex.di
66166 Downloads
This project is a very simple extension to the Silex microframework. It adds to Silex the capability to use any DI container (not only Pimple).
mouf/html.widgets.statsgrid
8490 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.
mouf/mouf-validators-interface
380893 Downloads
The mouf-validators-interface package contains interfaces your classes can implement to provide self-validation in the Mouf interface.
mouf/mouf-installer
389947 Downloads
The Mouf-installer package is a composer in charge of installing any package with the 'mouf-library' type.
mouf/utils.value.value-interface
488548 Downloads
This package contains an interface used by many objects to say they represent a value that can be computed. The concept is very simple, and very powerful at the same time.
mouf/utils.session.session-manager
250910 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.