From efa7e82ccaed2eed7f84cc95752e382dacc9369a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Votruba?= Date: Fri, 2 Jun 2017 01:53:06 +0200 Subject: [PATCH] [CodeAnalysis] EasyCodingStandard added --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f77c252..344f172 100644 --- a/README.md +++ b/README.md @@ -374,6 +374,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Better Reflection](https://github.com/Roave/BetterReflection) - AST-based reflection library that allows analysis and manipulation of code * [Code Climate](https://codeclimate.com) - An automated code review. * [Dissect](https://github.com/jakubledl/dissect) - A set of tools for lexical and syntactical analysis. +* [EasyCodingStandard](https://github.com/Symplify/EasyCodingStandard) - Best intro tool for Coding Standards. Combine PHP_CodeSniffe and PHP-CS-Fixer. * [Exakat](https://github.com/exakat/exakat) - A static analysis engine for PHP. * [GrumPHP](https://github.com/phpro/grumphp) - A composer plugin to defend code quality. * [Mondrian](https://github.com/Trismegiste/Mondrian) - A code analysis tool using Graph Theory.