adding SideCI to Code Analysis

This commit is contained in:
Koichiro Sumi 2015-11-04 15:15:19 +09:00
parent ed8a469618
commit 365240ddd4

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.
* [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.*