PHPUnit

PHPUnit 5.3.2 updated

PHPUnit is considered a de-facto standard for unit testing PHP code. The framework returns results in an easy readable format. They (the results) are properly formatted for quick analysis and easy navigation.What is new in this release:New PHAR release...

DbUnit

DbUnit 2.0.2 updated

DbUnit is a JUnit extension  targeted for database-driven projects that, among other things, puts a database into a known state between test runs. DbUnit is also usable with Apache Ant.What is new in this release:CompositeDataSet now behaves in a way...

PHPLOC

PHPLOC 3.0.0 updated

PHPLOC is pretty useful because it measures project size and metrics, without needing to install complex project management software. It is a  very professional solution since it measures a wide arrange of metrics, nut just silly little parameters...

PHP_Timer

PHP_Timer 1.0.0

The class basically counts time, but events can be attached to the timer start and/or stop. Installation:PHP_Timer should be installed using the PEAR Installer.Features:Start timer Stop timer Return elapsed time Formats the elapsed time as a...

read more