andersundsehr / grumphp-fractor-task
GrumPHP task for fractor
Package info
github.com/andersundsehr/grumphp-fractor-task
pkg:composer/andersundsehr/grumphp-fractor-task
Requires
- php: ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0
- phpro/grumphp: ^2.0.0
Requires (Dev)
This package is auto-updated.
Last update: 2026-03-10 08:47:44 UTC
README
grumphp-fractor-task
Add tasks for fractor https://github.com/andreaswolf/fractor-typo3-fractor
Composer
composer require --dev andersundsehr/grumphp-fractor-task
Config
# grumphp.yml grumphp: tasks: fractor: config: null triggered_by: ['php'] ignore_patterns: [] clear_cache: true no_diffs: false extensions: - Andersundsehr\GrumPHPFractorTask\ExtensionLoader
config
Default: null
With this parameter you can specify the path your project's configuration file. When 'null' fractor will run with the default file: fractor.php
triggered_by
Default: [php]
This is a list of extensions to be sniffed.
ignore_patterns
Default: []
This is a list of patterns that will be ignored by Fractor. With this option you can skip files like tests. Leave this option blank to run Fractor for every php file/directory specified in your configuration.
clear_cache
Default: true
With this parameter you can run Fractor without using the cache.
no_diffs
Default: false
With this parameter you can run Fractor without showing file diffs.