PHP Composter PHPCS PSR-2
Check your PHP source code for PSR-2 compliance before committing.
, (*1)
This Composer package will start to check your PHP files upon each commit to make sure they comply to the PSR-2 Coding Style Guide., (*2)
This is a PHP Composter Action., (*3)
Uses the wonderful PHP CodeSniffer Project., (*4)
Table Of Contents
Installation
Just add as a development requirement to your composer.json
, and it should work automagically:, (*5)
composer require --dev php-composter/php-composter-phpcs-psr2
Basic Usage
It should just work when you git commit
., (*6)
Contributing
All feedback / bug reports / pull requests are welcome., (*7)