php.package.health
7 total, 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.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/mouf | The Mouf PHP framework: an open-source PHP framework providing an easy way to download, install, use and reuse components, with a graphical user interface. | ~2.0.0 | v2.0.50 | up to date |
mouf/utils.cache.cache-interface | This package only contains the interface that must be implemented by caching classes. Unless you want to implement your own caching method, you should import a cache package that will use this interface. For instance, common.utils.session-cache, or common.utils.file-cache. | ~2.0 | v2.1.0 | up to date |
mouf/utils.cache.no-cache | This package contains a cache mechanism that... does not cache anything. This is useful if another component requires a cache mechanism and if you don't want to provide any (for development purpose...). | ~2.0 | v2.1.1 | 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.0 | v2.0.2 | up to date |
mouf/utils.log.errorlog_logger | This package contains a logger that logs messages directly to the PHP error log (using the error_log PHP function) | ~2.0 | v2.0.1 | up to date |
2 total, 2 outdated
Package | Required | Latest | Status | |
---|---|---|---|---|
phpunit/phpunit | The PHP Unit Testing framework. | ~4.0 | 11.4.3 | outdated |
satooshi/php-coveralls | PHP client library for Coveralls API | dev-master | v2.2.0 | outdated |