Adding exakat

This commit is contained in:
Damien Seguy 2016-02-01 16:56:01 +01:00
parent 67f03f791e
commit 21a7a9322f
1 changed files with 1 additions and 0 deletions

View File

@ -351,6 +351,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [PHPCheckstyle](https://github.com/PHPCheckstyle/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](https://codeclimate.com) - An automated code review.
* [Exakat](http://www.exakat.io) - A static analysis engine for PHP.
## Architectural
*Libraries related to design patterns, programming approaches and ways to organize code.*