modionut/php-codesniffer-hooks

This is my php codesniffer hooks package.

v1.0.6 2019-03-02 18:28 UTC

This package is not auto-updated.

Last update: 2025-05-12 02:23:24 UTC


README

Install modionut/php-codesniffer-hooks with composer require command:

composer require "modionut/php-codesniffer-hooks" --dev

Add in composer.json

"scripts": { "post-install-cmd": [ "bash vendor/modionut/php-codesniffer-hooks/src/setup_hooks.sh" ] }