Requires

6 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-dev,<3.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-dev,<3.0 unknown
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-dev,<3.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-dev,<3.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-dev,<3.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-dev,<3.0 v2.0.1 up to date

Requires (dev)

1 total, all up-to-date

Package Required Latest Status
phpunit/phpunit The PHP Unit Testing framework. >3.7 11.4.3 up to date