nascom / grumphp-symfony
GrumPHP + tools for Symfony
Installs: 248
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 0
Open Issues: 1
Type:composer-plugin
Requires
- composer-plugin-api: ^2.0
- phpro/grumphp: ^1.0
- phpstan/phpstan: ^1.8
- squizlabs/php_codesniffer: ^3.4
This package is auto-updated.
Last update: 2025-03-09 19:33:30 UTC
README
Basic GrumPHP Symfony configuration.
Requirements
composer require --dev nascom/grumphp-symfony
Config
The bin_dir
in the grumphp.yml
might need to be changed depending on the project configuration.
Configure git by the following commands
php ./path/to/grumphp git:init
php ./path/to/grumphp git:pre-commit
Usage
Just commit some changes and watch the magic happen.