LinuxCommandLibrary

grumphp

A PHP Composer plugin that enables source code quality checks.

TLDR

Register the Git hooks

$ grumphp git:init
copy


Trigger the pre-commit hook manually
$ grumphp git:pre-commit
copy


Check every versioned file
$ grumphp run
copy

Copied to clipboard