Add PHPLOC to code analysis section

This commit is contained in:
entering 2014-06-14 12:04:52 +01:00
parent 19727338d9
commit 6ea9a1ffd3
1 changed files with 1 additions and 0 deletions

View File

@ -270,6 +270,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
* [Barbushin PHP Console](https://github.com/barbushin/php-console) - Another web debugging console using Google Chrome.
* [PHPDBG](http://phpdbg.com/) - An interactive PHP debugger.
* [Scrutinizer](https://scrutinizer-ci.com/) - A web tool to scrutinise PHP code.
* [PHPLOC](https://github.com/sebastianbergmann/phploc) - A tool for quickly measuring the size of a PHP project.
## Build Tools
*Project build and automation tools.*