Browse Source

Add code analysis suggestions.

pull/95/head
Jamie 11 years ago
parent
commit
7e0359e904
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

258
 * [PHP Analyser](https://github.com/scrutinizer-ci/php-analyzer) - A library for analysing PHP code to find bugs and errors.
258
 * [PHP Analyser](https://github.com/scrutinizer-ci/php-analyzer) - A library for analysing PHP code to find bugs and errors.
259
 * [PHP CS Fixer](https://github.com/fabpot/PHP-CS-Fixer) - A coding standard fixer library.
259
 * [PHP CS Fixer](https://github.com/fabpot/PHP-CS-Fixer) - A coding standard fixer library.
260
 * [PHP Manipulator](https://github.com/schmittjoh/php-manipulator) - A library for analysing and modifying PHP Source Code.
260
 * [PHP Manipulator](https://github.com/schmittjoh/php-manipulator) - A library for analysing and modifying PHP Source Code.
261
+* [PHP Metrics](https://github.com/Halleck45/PhpMetrics) - A static metric library. 
261
 * [PHP Refactoring Browser](https://github.com/QafooLabs/php-refactoring-browser) - A command line utility for refactoring PHP code.
262
 * [PHP Refactoring Browser](https://github.com/QafooLabs/php-refactoring-browser) - A command line utility for refactoring PHP code.
262
 * [UBench](https://github.com/devster/ubench) - A simple micro benchmark library.
263
 * [UBench](https://github.com/devster/ubench) - A simple micro benchmark library.
263
 * [Athletic](https://github.com/polyfractal/athletic) - An annotation based benchmark framework.
264
 * [Athletic](https://github.com/polyfractal/athletic) - An annotation based benchmark framework.

Loading…
Cancel
Save