andersundsehr/grumphp-fractor-task
Composer 安装命令:
composer require andersundsehr/grumphp-fractor-task
包简介
GrumPHP task for fractor
README 文档
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.
统计信息
- 总下载量: 1.38k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 8
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0-or-later
- 更新时间: 2026-03-10