Libraries tagged by mouf
mouf/utils.log.psr.multi-logger
208322 Downloads
This package contains a PSR-3 compatible logger that wrap a set of loggers
mouf/picotainer
186105 Downloads
This package contains a really minimalist dependency injection container compatible with container-interop.
mouf/html.widgets.statsgrid
9174 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/html.htmlelement
367238 Downloads
This package contains the HtmlElementInterface interface that can be used to output HTML on a page. It also features base classes implementing this interface.
mouf/mouf-validators-interface
383546 Downloads
The mouf-validators-interface package contains interfaces your classes can implement to provide self-validation in the Mouf interface.
mouf/mouf-installer
392732 Downloads
The Mouf-installer package is a composer in charge of installing any package with the 'mouf-library' type.
mouf/html.template.mouftemplate
143722 Downloads
This package contains a template for the Mouf administration interface. The content is automatically adjusted to the website page to use all the width. Anyway, you can use this component as a model if you like.
thecodingmachine/splash-router
15086 Downloads
Splash is a PHP router. It takes an HTTP request and dispatches it to the appropriate controller.
mouf/utils.value.common-value
108824 Downloads
This package contains common classes that implement the ValueInterface interface (from the mouf/utils.value.value-interface package).
mouf/utils.session.session-manager
252728 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.
mouf/utils.i18n.fine
170353 Downloads
Fine is a PHP internationalisation package. It will help you provide applications that support several languages. FINE means: Fine is not english :). Translation is performed using PHP mapping files, but you will have a nice graphical interface in the Mouf framework to write your own translated messages.
mouf/utils.constants.secret
374653 Downloads
This package contains a simple installer for Mouf that will create a constant 'SECRET' in your project and initialize it to some random value.
mouf/utils.constants.debug
362252 Downloads
This package contains a simple installer for Mouf that will create a constant 'DEBUG' in your project and initialize it to true. Useful for packages supporting a 'debug' mode.
mouf/utils.console
110772 Downloads
A console for the Mouf PHP framework.
mouf/utils.common.url-interface
354192 Downloads
This package contains an interface used by many objects to say they represent a URL. The concept is very simple, the object implements a getUrl method, and that's it!