humble / standards
HUMBLE Standards
v1.0.1
2017-06-14 11:22 UTC
Requires
- phpmd/phpmd: ~2.6
- squizlabs/php_codesniffer: ~3.0
This package is not auto-updated.
Last update: 2025-01-04 20:04:21 UTC
README
HUMBLE Standards
- PHPCS ruleset
- PHPMD ruleset
Install
Via Composer
$ composer require humble/standards
Usage
Run PHPCS
./vendor/bin/phpcs ./src --extensions=php --standard=./vendor/humble/standards/ruleset/phpcs.xml
Run PHPMD
./vendor/bin/phpmd ./src text ./vendor/humble/standards/ruleset/phpmd.xml
License
The MIT License (MIT). Please see License File for more information.