From 6ea9a1ffd399512c02d7334fef6761545e0749cd Mon Sep 17 00:00:00 2001 From: entering Date: Sat, 14 Jun 2014 12:04:52 +0100 Subject: [PATCH] Add PHPLOC to code analysis section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 877da11..855f6a9 100644 --- a/README.md +++ b/README.md @@ -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.*