Requires

11 total, 4 outdated

Package Required Latest Status
mouf/database.querywriter This package contains classes useful to generate SQL statements such as SELECT queries, etc... ~3.0 v4.1.0 outdated
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-dev,<3.0 v2.0.1 up to date
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 v4.0.1 outdated
mouf/javascript.historyjs This package contains the History.js library, along a Mouf installer file to add History.js easily in your Mouf project. ~1.8 v1.8.1 up to date
mouf/javascript.jquery.jquery This package contains the JQuery library, along a Mouf installer file to add JQuery easily in your Mouf project. ~1.7 v2.1.5 outdated
mouf/mvc.splash-common Splash is a PHP router. It takes an HTTP request and dispatches it to the appropriate controller. ~4.0 v10.0.0 outdated
mouf/utils.common.conditioninterface This package contains one interface for condition, and a few classes that implement it. For instance, AndCondition that requires all conditions to be met, and OrCondition that requires at least one condition to be met. A condition is a class that possesses an 'isOk' method. The condition returns true if the condition is met, and false otherwise. 2.* v2.0.2 up to date
mouf/utils.common.formatters Formatters are simple classes that transform a string into another. For instance, a formatter could be used to format a date, translate a string, put a string in bold, etc... This package contains the formatter interface, plus a number of useful formatters. >=3.0,<4.0 v3.0.0 up to date
mouf/utils.common.paginable-interface This package contains an interface used by objects to say they can paginate data. The concept is very simple, the object implements a paginate method that takes a limit and an offset, and that's it! ~1.0 v1.0.0 up to date
mouf/utils.common.sortable-interface This package contains an interface used by objects to say they can sort data. The concept is very simple, the object implements a sort method that takes a key (the sort column) and a direction, and that's it! ~1.0 v1.0.0 up to date
mouf/utils.common.url-interface 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! ~1.0 v1.0.0 up to date

Requires (dev)

No required development dependencies.