dominionenterprises / dws-coding-standard
This package is abandoned and no longer maintained.
The author suggests using the traderinteractive/coding-standard package instead.
DWS Coding standard
Package info
github.com/traderinteractive/dws-coding-standard
pkg:composer/dominionenterprises/dws-coding-standard
v2.1.0
2018-03-05 16:10 UTC
Requires
- php: ^5.6 || ^7.0
- squizlabs/php_codesniffer: ^2.6
Requires (Dev)
- php-coveralls/php-coveralls: ^1.0
- phpunit/phpunit: ^5.5
README
A fairly complete PHP_CodeSniffer coding standard. See the standard document to see what "sniffs" are enforced.
Composer
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 traderinteractive/coding-standard
Then to use it, you can run the following (or add to your build process):
./vendor/bin/phpcs --standard=$(pwd)/vendor/traderinteractive/coding-standard/DWS YOUR_FILES_AND_DIRECTORIES
Contact
Developers may be contacted at:
Tests
Tests for the sniffs are included, and are run using the included build:
./vendor/bin/phpunit