php.package.health
4 total, 1 unknown
Package | Required | Latest | Status | |
---|---|---|---|---|
mouf/database.dbconnection | This package contains object to perform database connections. Connections are performed using the PDO library. Therefore, the PDO extension must be enabled to use this package. This package will allow you to connect to MySql and PostgreSql databases. The DB Connection class has special features to help you get informations about the database schema, and especially about the constraints between tables. | ~2.0 | | unknown |
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.0 | v2.0.2 | 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.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.