Libraries tagged by mouf
mouf/utils.cache.apc-cache
375324 Downloads
This package contains a cache mechanism that relies on the APC caching system. For this cache to work, the APC Pecl package must be enabled.
mouf/utils.action.common-action
354430 Downloads
This package contains common classes that implement the ActionInterface interface (from the mouf/utils.action.action-interface package).
mouf/utils.action.action-interface
366764 Downloads
This package contains an interface used by many objects to say they can do stuff. Actually, they can perform one particular action and has been designed for that. The action performed is completely up to the implementer (sending a mail, storing a result in database, displaying something on the screen...) The concept is very simple, and very powerful at the same time.
mouf/security.userservice-splash
193388 Downloads
This package contains a set of class to bind the Splash MVC framework (>=v4.0) with the UserService component. It features: a @Logged annotation to restrict access to logged users only.
mouf/security.simplelogincontroller
190978 Downloads
This package contains a simple Splash controller to log into an application. The controller can display a simple form with username/password choice, and has actions to login/logout the application.
mouf/mvc.splash
237458 Downloads
Integration of Splash with the Mouf framework.
mouf/html.widgets.messageservice
238872 Downloads
Use this package to display info/warning/error messages to the user on a web page. Using the SessionMessageService class, you register messages to be displayed. Using the MessageWidget class, you display the error messages in your templates.
mouf/html.widgets.menu
239237 Downloads
This package contains objects describing a menu of an application. The menu is described, but this package does not render the menu in any way. You will have to use another package to render the menu in HTML. Usually, templates will provide their own menu renderers.
mouf/html.utils.weblibrarymanager.component-installer
356791 Downloads
This Mouf package contains a Composer installer that will automatically create WebLibrary instances when a 'component' package is installed in Composer. It is designed to be used only with Mouf's WebLibraryManager.
mouf/html.utils.weblibrarymanager
359169 Downloads
The Javascript/CSS library manager is a PHP class in charge of keeping track of the JS and CSS files that have been included so far in a web page. Basically, you tell the Javascript/CSS library manager to import a JS/CSS file and it will make sure it is included, only once, and that all dependencies are included as well.
mouf/html.template.bootstrap
239370 Downloads
This package contains a Mouf template based on the Twitter Bootstrap HTML/CSS/JS library, along a Mouf installer file to add the template easily in your Mouf project.
mouf/database.tdbm
77413 Downloads
The Database Machine is a PHP ORM that requires no configuration. The object model is deduced at runtime from the database model.
mouf/utils.log.psr.errorlog_logger
392730 Downloads
This package contains a PSR-3 compatible logger that logs messages directly to the PHP error log (using the error_log PHP function)
mouf/utils.composite-exception
250063 Downloads
This project contains a simple PHP exception that can aggregate multiple exceptions in one.
mouf/utils.common.validators
163204 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...