jamesastubbs / phpcswatcher
A listener which automatically invokes PHP_CodeSniffer when a PHP file has been added/modified.
1.0.0
2017-05-16 13:08 UTC
Requires
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-08-30 14:13:59 UTC
README
A listener which automatically invokes PHP_CodeSniffer when a PHP file has been added/modified.
Installation
Please use Composer to download this package:
composer require --dev jamesastubbs/phpcswatcher
This package should only be installed as a dev dependancy and should not be used in a production environment.
Usage
To run phpcswatcher, a symlink will be provided in the vendor/bin directory which will allow you to run the command like so:
./vendor/bin/phpcswatcher [dir_to_watch]