A fairly complete PHP_CodeSniffer coding standard. See the standard document to see what "sniffs" are enforced.
This standard is meant to be used in a project using Composer. It can be added to your project's composer.json as follows:
{
"require-dev": {
"dominionenterprises/dws-coding-standard": "~1.0"
}
}
Then to use it, you can run the following (or add to your build process):
./vendor/bin/phpcs --standard=$(pwd)/vendor/dominionenterprises/dws-coding-standard/DWS YOUR_FILES_AND_DIRECTORIES
Developers may be contacted at:
Tests for the sniffs are included, and are run using the included build:
./build.php