Libraries tagged by mouf
mouf/database.patcher
84821 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
5225 Downloads
This package contains wrapper classes that make Doctrine ORM easy to use in Mouf
mouf/database.doctrine-dbal-wrapper
109730 Downloads
This package contains wrapper classes that make Doctrine DBAL easy to use in Mouf
mouf/database.dbconnection
32085 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/database.datasource.datasource-interface
3738 Downloads
This package only contains basic interfaces for implementing data sources.
mouf/security.userservice.extensions
5044 Downloads
This package contains a set of extensions over Mouf's userservice.
mouf/utils.session.optimistic-session-handler
1816 Downloads
Session handler that releases session lock quickly. Useful for multiple ajax calls on the same page.
mouf/utils.log.log_interface
182683 Downloads
This package contains an interface used by many components to log messages. Please download a logger package that implements this interface (like the utils.log.errorlog_logger package)
mouf/utils.log.errorlog_logger
182640 Downloads
This package contains a logger that logs messages directly to the PHP error log (using the error_log PHP function)
mouf/utils.composite-exception
248051 Downloads
This project contains a simple PHP exception that can aggregate multiple exceptions in one.
mouf/utils.common.validators
162259 Downloads
This package contains typical validators to be used in your application. A validator is a class that decides whether a string is valid or not. For instance, you could use an EmailValidator to validate that a string is a mail, etc...
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/security.userservice
205099 Downloads
A set of PHP class to manage log-in and log-out of web applications and that integrates with Mouf.
mouf/mvc.bce
18556 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
19101 Downloads
This package contains the JQuery Validator. It allows developers to easily validate forms, using CSS classes.