From 365240ddd45fa6d5ba8f2a39f24e86288f2905c3 Mon Sep 17 00:00:00 2001 From: Koichiro Sumi Date: Wed, 4 Nov 2015 15:15:19 +0900 Subject: [PATCH] adding SideCI to Code Analysis --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1f60947..4440793 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. +* [SideCI](https://www.sideci.com) - Automated Code Review with GitHub PR. - Monitoring Style Violations(PSR-1, 2, etc..), Quality, Composer Dependencies. ## Architectural *Libraries related to design patterns, programming approaches and ways to organize code.*