From ac024e7e6a78c57bc26841205fe34db224ea93a2 Mon Sep 17 00:00:00 2001 From: zdenekdrahos Date: Tue, 12 Jan 2016 14:02:15 +0100 Subject: [PATCH] Add phpqa to Code Analysis category --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5e91fa9..8ae5944 100644 --- a/README.md +++ b/README.md @@ -368,6 +368,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [PHPSandbox](https://github.com/fieryprophet/php-sandbox) - A PHP sandbox environment. * [Scrutinizer](https://scrutinizer-ci.com/) - A web tool to scrutinise PHP code. * [UBench](https://github.com/devster/ubench) - A simple micro benchmark library. +* [PHPQA](https://github.com/EdgedesignCZ/phpqa) - A tool for running QA tools (phploc, phpcpd, phpcs, pdepend, phpmd, phpmetrics). ## Architectural *Libraries related to design patterns, programming approaches and ways to organize code.*