Browse Source

Merge pull request #98 from entering/patch-1

Add PHPLOC to code analysis section
pull/103/head
ziadoz 11 years ago
parent
commit
a05fa47eca
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

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

Loading…
Cancel
Save