Skip to content

romainneutron/PhpMetricsCollectorBundle

 
 

Repository files navigation

PhpMetricsCollectorBundle

Integrates PhpMetrics in Symfony2 debug toolbar.

License Build Status

## Overview

Overview of PhpMetricsCollectorBundle

Installation

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();
}

Contribute

Please run unit tests:

phpunit -c phpunit.xml

Author

License

See the LICENSE file.

About

Integrates PhpMetrics in Symfony2 debug toolbar

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 58.7%
  • PHP 41.3%