Integrates PhpMetrics in Symfony debug toolbar.
## Overview
- Support Symfony >= 4.3. For older versions of Symfony, use older versions of PHPMetrics.
- Tested on the following versions:
- Symfony 5.0.4
- Symfony 4.3.11 with API Platform
Install it via composer
Symfony 4 & 5:
composer require --dev phpmetrics/symfony-bundle
Symfony 2 & 3:
composer require --dev halleck45/phpmetrics-collector-bundle:0.0.2
Please run unit tests:
phpunit -c phpunit.xml
- Jean-François LÉPINE <www.lepine.pro>
- Eric COURTIAL
See the LICENSE file.