Libraries tagged by php git hooks
stevegrunwell/wp-enforcer
13639 Downloads
Git hooks to encourage well-written WordPress.
moxio/captainhook-psalm
30848 Downloads
Captain Hook Plugin to check for newly introduced Psalm errors
unh3ck3d/php-cs-fixer-git-hook
503 Downloads
Git hook running PHP CS Fixer on staged files using CaptainHook
bernardosilva/git-hooks-php
16536 Downloads
Composer git-hook package with hooks for your php projects.
nilportugues/php_backslasher
9182 Downloads
Adds all PHP internal functions to its namespace by adding backslash to them. Improves the application's performance when OPCache is on.
cuonggt/hooky
1189 Downloads
An opinionated git hooks tool for PHP.
sojeda/conventional-commits
4265 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
128 Downloads
PHP_CodeSniffer git hooks for internal projects
php-core/composer-git-hooks
31 Downloads
Easily manage git hooks in your composer config
gevman/git-hook
27 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
10036 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
8092 Downloads
Looks into the code using a user-defined list of forbidden function in a given path.