coenjacobs / php-composter-phpcs
PHP Composter PHP Code Sniffer (pre-commit).
Package info
github.com/coenjacobs/php-composter-phpcs
Type:php-composter-action
pkg:composer/coenjacobs/php-composter-phpcs
0.1.0
2017-10-11 19:58 UTC
Requires
This package is auto-updated.
Last update: 2026-03-01 00:24:20 UTC
README
This Composer package will start to check your PHP files upon each commit to make sure they comply to the coding standards as specified in a phpcs.xml file.
Installation
Just add as a development requirement to your composer.json, and it should work automagically:
composer require --dev coenjacobs/php-composter-phpcs
The rules for the sniffer will be read from the phpcs.xml file in the root of your project.