stevegrunwell / githookd
PHP CLI framework for installing Git Hooks automatically.
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 3
pkg:composer/stevegrunwell/githookd
Requires
- wp-cli/php-cli-tools: ^0.10.5
Requires (Dev)
- mockery/mockery: ^0.9.4
- phpunit/phpunit: ^5.1
- squizlabs/php_codesniffer: ^2.5
This package is auto-updated.
Last update: 2022-02-01 12:53:51 UTC
README
GitHook'd is a PHP-CLI library to make the automatic installation of Git hooks easier in your projects.
Why Git hooks?
Git hooks allow you to execute scripts at different points throughout the Git workflow. A popular use is checking code against coding standards before it gets committed (see WP Enforcer for a practical example), ensuring that all code in the repository conforms to your projects' standards.