Requires

10 total, 4 outdated, 1 unknown

Package Required Latest Status
mouf/database.dao-interface This package only contains a basic interface for implementing common DAO methods. Those DAOs will be used by BCE forms among other things. >=2.0-dev,<3.0 unknown
mouf/database.tdbm The Database Machine is a PHP ORM that requires no configuration. The object model is deduced at runtime from the database model. >=3.0-dev,<4.0 v5.3.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 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-dev,<3.0 v4.0.1 outdated
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/javascript.jquery.jquery-ui This package contains the JQuery UI library, along a Mouf installer file to add JQuery UI easily in your Mouf project. ~1 v2.0.1 outdated
mouf/javascript.jquery.jquery-validate This package contains the JQuery Validator. It allows developers to easily validate forms, using CSS classes. ~1.10 v1.13.4 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-dev,<4.0 v3.0.0 up to date
mouf/utils.common.getvars This is a legacy non-OO package and should not be used in recent developments. A simple package that provides functions to get the parameters from the request in a consistent way. The varaiables can be rerieved in a way that is independent of the php.ini configuration file. Especially, it can cancel the effect of the dreadful 'magic_quotes' parameter. >=2.0-dev,<3.0 v2.0.1 up to date
mouf/utils.common.validators 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... >=3.0-dev,<4.0 v3.1.0 up to date

Requires (dev)

No required development dependencies.