From 21a7a9322f3a53d035709579a78965b247e9076a Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Mon, 1 Feb 2016 16:56:01 +0100 Subject: [PATCH] Adding exakat --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 99cd105..80a6b0b 100644 --- a/README.md +++ b/README.md @@ -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.*