From 12d79703e9841fed3a65b682a516546851de67b9 Mon Sep 17 00:00:00 2001 From: Jamie Date: Wed, 16 Jun 2021 23:30:20 +0100 Subject: [PATCH] Add Code Quality tool. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index edb622f..88229b3 100644 --- a/README.md +++ b/README.md @@ -397,6 +397,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT ### Code Quality *Libraries for managing code quality, formatting and linting.* +* [CaptainHook](https://github.com/captainhookphp/captainhook) - An easy-to-use and flexible Git hook library. * [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) - A library that detects PHP, CSS and JS coding standard violations. * [PHP CS Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) - A coding standards fixer library. * [PHP Mess Detector](https://github.com/phpmd/phpmd) - A library that scans code for bugs, sub-optimal code, unused parameters and more.