humble / standards
HUMBLE Standards
Installs: 198
Dependents: 11
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/humble/standards
Requires
- phpmd/phpmd: ~2.6
- squizlabs/php_codesniffer: ~3.0
This package is not auto-updated.
Last update: 2025-10-12 00:36:20 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.