Requires

17 total, 1 outdated, 2 unknown

Package Required Latest Status
ezyang/htmlpurifier Standards compliant HTML filter written in PHP ~4.6 v4.17.0 up to date
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 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.2 v5.3.0 outdated
mouf/html.utils.bootstrap This package contains an installer for the Bootstrap HTML/CSS/JS library in the Mouf framework to add Bootstrap easily in your Mouf project. ^3 v3.3.1 up to date
mouf/html.utils.ckeditor This package contains the CK editor library with an installer for the Mouf PHP framework. ~4.4 v4.4.1.0 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. ^4 v4.0.1 up to date
mouf/html.widgets.fileuploaderwidget This package contains an upload widget based on File Uploader plugin. This allows easy uploading of files in AJAX or HTML5. ~2.0 unknown
mouf/html.widgets.form-elements This package contains PHP objects representing common HTML form elements, along renderers. ~1.0 v1.0.1 up to date
mouf/javascript.fileuploader This package contains functions to upload file in Ajax or HTML5. ^2 v2.0.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 v2.1.5 up to date
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. ^2 v2.0.1 up to date
mouf/javascript.jquery.jquery-validate This package contains the JQuery Validator. It allows developers to easily validate forms, using CSS classes. ^1 v1.13.4 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.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 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 v3.1.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

Requires (dev)

No required development dependencies.