producer / githooks
Git hook scripts via Composer
0.x-dev
2019-04-23 19:06 UTC
Requires
- php: >=7.1
Requires (Dev)
- pds/skeleton: ~1.0
This package is auto-updated.
Last update: 2026-02-24 09:57:12 UTC
README
Naive Git hooks, installable by Composer.
Add the following to your composer file:
{
"require-dev": {
"producer/githooks": "~0.x"
}
}
After composer install or composer update, issue the following to set
the Git hooks:
php ./vendor/producer/githooks/bin/set-hooks.php
That creates, or appends to, .git/hooks/pre-commit file to run a PHP linter on
added, copied, and modified PHP files before git commit.