Sunrise // PHP Coding Standard Installation composer require sunrise/coding-standard How to use? <?xml version="1.0"?> <ruleset name="Sunrise Coding Standard"> <rule ref="./vendor/sunrise/coding-standard/ruleset.xml"/> <file>src</file> <file>tests</file> </ruleset> Useful links https://www.php-fig.org/psr/psr-1/ https://www.php-fig.org/psr/psr-2/