Libraries tagged by mouf
mouf/nodejs-installer
660346 Downloads
An installer package that let's you install NodeJS and NPM as a Composer dependency.
mouf/classname-mapper
2135918 Downloads
Provides a way to find in which PHP files a class will be looked upon.
mouf/magic-query
226379 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
2284486 Downloads
This project is a very simple extension to the Pimple microframework. It adds to Pimple compatibility with the container-interop APIs.
mouf/utils.log.logger
Downloads
mouf/mvc.splash-implementation
Downloads
mouf/utils.common.conditioninterface
501843 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
200080 Downloads
A package that offers utility tools to analyze database schemas (on top of Doctrine DBAL)
mouf/interop.silex.di
70162 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/mouf
145271 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.value.value-interface
508919 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.common.sortable-interface
221324 Downloads
This package contains an interface used by objects to say they can sort data. The concept is very simple, the object implements a sort method that takes a key (the sort column) and a direction, and that's it!
mouf/utils.common.paginable-interface
221332 Downloads
This package contains an interface used by objects to say they can paginate data. The concept is very simple, the object implements a paginate method that takes a limit and an offset, and that's it!
mouf/mvc.splash-common
357059 Downloads
Splash is a PHP router. It takes an HTTP request and dispatches it to the appropriate controller.
mouf/utils.session.optimistic-session-handler
2543 Downloads
Session handler that releases session lock quickly. Useful for multiple ajax calls on the same page.