From 8b8f6bcf54122f48298e9ae29a5ec4f31d38886a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Brand=C3=A3o?= Date: Fri, 13 May 2016 17:11:52 +0100 Subject: [PATCH] Add "Qafoo Quality Analyzer" to "Code Analysis" section (#653) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 945ca896..68774fe4 100644 --- a/README.md +++ b/README.md @@ -372,6 +372,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [PHPQA](https://github.com/EdgedesignCZ/phpqa) - A tool for running QA tools (phploc, phpcpd, phpcs, pdepend, phpmd, phpmetrics). * [PHPPHP](https://github.com/ircmaxell/PHPPHP) - A PHP VM implementation in PHP. * [PHPSandbox](https://github.com/fieryprophet/php-sandbox) - A PHP sandbox environment. +* [Qafoo Quality Analyzer](https://github.com/Qafoo/QualityAnalyzer) - A tool to visualize metrics and source code. * [Scrutinizer](https://scrutinizer-ci.com/) - A web tool to scrutinise PHP code. * [UBench](https://github.com/devster/ubench) - A simple micro benchmark library.