Presenting: PHP Commit Hooks
Note: This article was originally published at Planet PHP
on 20 July 2010.
For those of us using SVN there are some quite common pre- and post-commit
hooks in a lot of company repositories, all using their own implementation:
Lint checks, CodeSniffer checks, etc. We created a small framework for those
commit hooks, which makes it easy to create own checks and custom reporters.
Read on for details.


