php.package.health
13 total, 6 outdated, 2 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 | | 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 | 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. | ~2.1 | v3.3.1 | outdated |
mouf/html.utils.ckeditor | This package contains the CK editor library with an installer for the Mouf PHP framework. | ~1.0 | v4.4.1.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 | v4.0.1 | outdated |
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/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.8 | 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 | 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 |
No required development dependencies.