A PHP_CodeSniffer coding standard.
See what "sniffs" are enforced here.
This standard is meant to be used in a project using Composer. It can be added to your project's composer.json as follows:
composer require --dev chadicus/coding-standard
Then to use it, you can run the following (or add to your build process):
./vendor/bin/phpcs --standard=$(pwd)/vendor/chadicus/coding-standard/Chadicus YOUR_FILES_AND_DIRECTORIES
Developers may be contacted at: