Requires

16 total, 4 outdated

Package Required Latest Status
beberlei/porpaginas Library that generically solves several pagination issues with DAO/repository abstractions. ^1.0 v2.1 outdated
mouf/database.querywriter This package contains classes useful to generate SQL statements such as SELECT queries, etc... ~4.0 v4.1.0 up to date
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.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, <4.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. ^2.1 v2.1.5 up to date
mouf/mvc.splash-common Splash is a PHP router. It takes an HTTP request and dispatches it to the appropriate controller. ~10.0 v10.0.0 up to date
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 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
mouf/utils.value.common-value This package contains common classes that implement the ValueInterface interface (from the mouf/utils.value.value-interface package). ~1.0 v1.0.0 up to date
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
symfony/property-access Provides functions to read and write from/to an object or array using a simple string notation ^3.0 v7.1.4 outdated
twig/twig Twig, the flexible, fast, and secure template language for PHP ^2 v3.14.0 outdated

Requires (dev)

No required development dependencies.