Libraries tagged by php git hooks
unh3ck3d/php-cs-fixer-git-hook
1034 Downloads
Git hook running PHP CS Fixer on staged files using CaptainHook
php-core/composer-git-hooks
74 Downloads
Easily manage git hooks in your composer config
nilportugues/php_backslasher
9187 Downloads
Adds all PHP internal functions to its namespace by adding backslash to them. Improves the application's performance when OPCache is on.
sebastianfeldmann/captainhook
42834 Downloads
PHP git hook manager
cuonggt/hooky
1253 Downloads
An opinionated git hooks tool for PHP.
stevegrunwell/wp-enforcer
13645 Downloads
Git hooks to encourage well-written WordPress.
sojeda/conventional-commits
4646 Downloads
A PHP library for creating and validating commit messages according to the Conventional Commits specification. Includes a CaptainHook action!
aydin-hassan/php-git-hooks
11 Downloads
Some simple git hooks to run a variety of PHP analysis tools, including PHPUnit
dinarys/php-cs
147 Downloads
PHP_CodeSniffer git hooks for internal projects
bernardosilva/git-hooks-php
16538 Downloads
Composer git-hook package with hooks for your php projects.
gevman/git-hook
29 Downloads
Git Hook - A php library for handle GitHub and BitBucket webHook events
yrkup3/opt-cli-php
4 Downloads
Execute CLI Statements based upon Opt-In / Opt-Out Rules.
wozinski/php-static-analysis-hook
1173 Downloads
A script that enables
nilportugues/php_todo
10037 Downloads
Looks into the code using a user-defined list of to-do phrases and stops commit if the total amount increased or is above a threshold.
nilportugues/php_forbidden
8093 Downloads
Looks into the code using a user-defined list of forbidden function in a given path.