From 9485f2e829b95ff11d50ef0af8fddaa0835c20f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Castro?= Date: Tue, 26 Jan 2016 13:58:47 +0000 Subject: [PATCH] Added Codacy to the list of Code Analysis tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 44bf0c5..d60baac 100644 --- a/README.md +++ b/README.md @@ -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.*