Integrates PhpMetrics in Symfony2 debug toolbar.
## Overview
Update your composer.json
file:
"halleck45/phpmetrics-collector-bundle": "*"
Then enable your bundle in app/AppKernel.php
:
if (in_array($this->getEnvironment(), array('dev', 'test'))) {
(...)
$bundles[] = new Hal\Bundle\PhpMetricsCollector\PhpMetricsCollectorBundle();
}
Please run unit tests:
phpunit -c phpunit.xml
- Jean-François Lépine <www.lepine.pro>
See the LICENSE file.