Libraries tagged by mouf
mouf/security.forgot-your-password-interface
26745 Downloads
The interfaces to implement when working with mouf/security.forgot-your-password.
mouf/javascript.historyjs
32512 Downloads
This package contains the History.js library, along a Mouf installer file to add History.js easily in your Mouf project.
mouf/database.querywriter
30617 Downloads
This package contains classes useful to generate SQL statements such as SELECT queries, etc...
mouf/database.patcher
85071 Downloads
A database patch system designed for Mouf than enables developers to know what patch has been run and what needs to be run on its environment. This package adds database support to the Mouf patch system (mouf/utils.patcher).
mouf/database.doctrine-orm-wrapper
5243 Downloads
This package contains wrapper classes that make Doctrine ORM easy to use in Mouf
mouf/database.doctrine-dbal-wrapper
110019 Downloads
This package contains wrapper classes that make Doctrine DBAL easy to use in Mouf
mouf/database.dbconnection
32536 Downloads
This package contains object to perform database connections. Connections are performed using the PDO library. Therefore, the PDO extension must be enabled to use this package. This package will allow you to connect to MySql and PostgreSql databases. The DB Connection class has special features to help you get informations about the database schema, and especially about the constraints between tables.
mouf/utils.cache.psr6-ui
52728 Downloads
This package contains a user interface that will add a 'Purge PSR-6 cache' button to Mouf, allowing you to purge any PSR-6 cache pool easily.
mouf/symfony-middleware
35367 Downloads
This package provides a StackPHP middleware that can be used to use a Symfony application as a middleware (instead of an app)
mouf/silex-middleware
82 Downloads
This package provides a StackPHP middleware that can be used to plug a Silex application
mouf/mvc.bce
18572 Downloads
BCE is made to make your live easy. It will help you in building forms very quickly, handles form rendering, both client and server-side validation, and persistance.
mouf/javascript.jquery.jquery-validate
19151 Downloads
This package contains the JQuery Validator. It allows developers to easily validate forms, using CSS classes.
mouf/html.widgets.form-elements
20083 Downloads
This package contains PHP objects representing common HTML form elements, along renderers.
mouf/html.widgets.evolugrid
31404 Downloads
This package contains the EvoluGrid widget. This is an HTML/Ajax datagrid that can be used to display data. It's main difference with other datagrids is that you can chage the set of columns dynamically depending on the paginated results you are looking at.
mouf/html.utils.i18nweblibrary
19005 Downloads
This implementation of a Weblibrary will load different JS files based on the current language used. Useful to load translation files in JS.