jin2chen / phpcs-phar
PHP_CodeSniffer Phar distribution.
Installs: 242
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Language:Batchfile
Requires
- php: >=5.4.0
- ext-simplexml: *
- ext-tokenizer: *
- ext-xmlwriter: *
Conflicts
README
This package provides phpcs without the struggle of installing all of its dependencies.
Installation
composer require --dev jin2chen/phpcs-phar
and use it like the original executable
vendor/bin/phpcs
Check out the main repo for more options and release notes https://github.com/squizlabs/PHP_CodeSniffer.