From 111ede1d55dafc723095f224982c4ff5913e9f36 Mon Sep 17 00:00:00 2001 From: Paul Date: Wed, 5 Aug 2015 18:01:16 +0100 Subject: [PATCH] Added Codacy to Code Analysis Category --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2225bf8..e2676a6 100644 --- a/README.md +++ b/README.md @@ -335,6 +335,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 tool. ## Architectural *Libraries related to design patterns, programming approaches and ways to organize code.*