gfabrizi / PhpMetricsCollectorBundle

Integrates PhpMetrics in Symfony2 debug toolbar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:HTML 58.7%Language:PHP 41.3%