This commit is contained in:
Jamie York 2024-08-17 23:32:40 +01:00
parent 30634a43a5
commit 762b9cdd4a

View File

@ -412,6 +412,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [PHP Mess Detector](https://github.com/phpmd/phpmd) - A library that scans code for bugs, sub-optimal code, unused parameters and more. * [PHP Mess Detector](https://github.com/phpmd/phpmd) - A library that scans code for bugs, sub-optimal code, unused parameters and more.
* [PHPCheckstyle](https://github.com/PHPCheckstyle/phpcheckstyle) - A tool to help adhere to certain coding conventions. * [PHPCheckstyle](https://github.com/PHPCheckstyle/phpcheckstyle) - A tool to help adhere to certain coding conventions.
* [PHPCPD](https://github.com/sebastianbergmann/phpcpd) - A library that detects copied and pasted code. * [PHPCPD](https://github.com/sebastianbergmann/phpcpd) - A library that detects copied and pasted code.
* [Laravel Pint](https://github.com/laravel/pint) - A coding standards fixer library for Laravel.
### Static Analysis ### Static Analysis
*Libraries for performing static analysis of PHP code.* *Libraries for performing static analysis of PHP code.*