https://github.com/phpmetrics/phpmetricscollectorbundle
Integrates PhpMetrics in Symfony2 debug toolbar
https://github.com/phpmetrics/phpmetricscollectorbundle
Last synced: 12 months ago
JSON representation
Integrates PhpMetrics in Symfony2 debug toolbar
- Host: GitHub
- URL: https://github.com/phpmetrics/phpmetricscollectorbundle
- Owner: phpmetrics
- License: mit
- Created: 2015-08-19T16:26:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-03-28T19:17:27.000Z (almost 6 years ago)
- Last Synced: 2025-04-13T05:08:10.627Z (12 months ago)
- Language: HTML
- Size: 44.9 KB
- Stars: 52
- Watchers: 5
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PhpMetricsCollectorBundle
Integrates [PhpMetrics](http://www.phpmetrics.org) in Symfony debug toolbar.

[](http://travis-ci.org/Halleck45/PhpMetricsCollectorBundle)
## Overview

# Support
* 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
# Installation
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
# Contribute
Please run unit tests:
phpunit -c phpunit.xml
# Authors
+ Jean-François LÉPINE <[www.lepine.pro](http://www.lepine.pro)>
+ Eric COURTIAL
# License
See the LICENSE file.