stevegrunwell/githookd

This package is abandoned and no longer maintained. The author suggests using the stevegrunwell/smee package instead.

PHP CLI framework for installing Git Hooks automatically.

0.1.0 2016-01-01 22:09 UTC

This package is auto-updated.

Last update: 2022-02-01 12:53:51 UTC


README

Build Status GitHub release GitHub license

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.