2025-03-14 21:59:59 -06:00
|
|
|
# grumphp
|
|
|
|
|
|
|
|
|
|
> A PHP Composer plugin that enables source code quality checks.
|
2025-05-08 12:26:01 -06:00
|
|
|
> More information: <https://github.com/phpro/grumphp#commands>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Register the Git hooks:
|
|
|
|
|
|
|
|
|
|
`grumphp git:init`
|
|
|
|
|
|
|
|
|
|
- Trigger the pre-commit hook manually:
|
|
|
|
|
|
|
|
|
|
`grumphp git:pre-commit`
|
|
|
|
|
|
|
|
|
|
- Check every versioned file:
|
|
|
|
|
|
|
|
|
|
`grumphp run`
|