Added Codacy to the list of Code Analysis tools

This commit is contained in:
José Castro 2016-01-26 13:58:47 +00:00
parent e8aa03027e
commit 9485f2e829

View File

@ -339,6 +339,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [PHPCheckstyle](https://github.com/jbrooksuk/phpcheckstyle) - A tool to help adhere to certain coding conventions.
* [PhpDependencyAnalysis](https://github.com/mamuz/PhpDependencyAnalysis) - A tool to create customisable dependency graphs.
* [Code Climate](http://codeclimate.com) - An automated code review.
* [Codacy](https://www.codacy.com/) - Automated Code Review for PHP.
## Architectural
*Libraries related to design patterns, programming approaches and ways to organize code.*