From 59d9c80993a080f66b20d7dfd26185ab32e6f505 Mon Sep 17 00:00:00 2001 From: Jamie York Date: Tue, 5 Mar 2013 15:33:09 +0000 Subject: [PATCH] --- awesome-php.md | 1 + 1 file changed, 1 insertion(+) diff --git a/awesome-php.md b/awesome-php.md index 7288d9e..d0cd61c 100644 --- a/awesome-php.md +++ b/awesome-php.md @@ -138,6 +138,7 @@ A list of amazingly awesome PHP libraries that you should consider using (and so * [PHP CS Fixer](https://github.com/fabpot/PHP-CS-Fixer) - A coding standard fixer library. * [PHP Parser](https://github.com/nikic/PHP-Parser) - A PHP parser written in PHP. * [PHP Manipulator](https://github.com/schmittjoh/php-manipulator) - A library for analysing and modifying PHP Source Code. +* [PHP Analyser](https://github.com/scrutinizer-ci/php-analyzer) - A library for analysing PHP code to find bugs and errors. * [Zend Optimizer Plus](https://github.com/zend-dev/ZendOptimizerPlus) - A Zend engine opcode cacher and optimiser. * [PHP Queue](https://github.com/miccheng/php-queue) - An application for managing queueing backends. * [PHPPHP](https://github.com/ircmaxell/PHPPHP) - A PHP VM implementation in PHP.