GrumPHP - Validate PHP Code Quality | Online Free DevTools by Hexmos
Validate PHP code quality with GrumPHP. Automate code reviews, enforce coding standards, and improve code consistency. Free online tool, no registration required.
grumphp
A PHP Composer plugin that enables source code quality checks. More information: https://github.com/phpro/grumphp#commands.
- Register the Git hooks:
grumphp git:init
- Trigger the pre-commit hook manually:
grumphp git:pre-commit
- Check every versioned file:
grumphp run