Requires

6 total, 3 outdated

Package Required Latest Status
mouf/html.htmlelement This package contains the HtmlElementInterface interface that can be used to output HTML on a page. It also features base classes implementing this interface. ~2.0 v2.0.1 up to date
mouf/html.renderer This package contains the rendering mechanism of the Mouf framework. It is a mechanism allowing packages/templates/developers to overload a default template for various HTML objects. ~1.0 v2.0.0 outdated
mouf/html.utils.weblibrarymanager 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. ~2.0 || ~3.0 v4.0.1 outdated
mouf/utils.action.action-interface 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. ~1.0 v1.0.0 up to date
mouf/utils.session.session-manager 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. ~2.0 || ~3.0 v4.0.0 outdated
mouf/utils.value.value-interface 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. ~1.0 v1.0.0 up to date

Requires (dev)

No required development dependencies.