johnatas-x/grumphp-phpmd3
Composer 安装命令:
composer require johnatas-x/grumphp-phpmd3
包简介
GrumPHP extension based on guvra's work to support PHPMD 3.x
README 文档
README
This repository allows you to use guvra's work to add support for PHPMD 3.x in GrumPHP.
For more context, see the related issue phpro/grumphp#1209 and the associated pull request phpro/grumphp#1210.
Installation
Install it using composer:
composer require --dev johnatas-x/grumphp-phpmd3
Usage
- Add the extension in your grumphp.yml file:
extensions: - GrumphpPhpMd3\ExtensionLoader
- Add phpmd3 to the tasks:
tasks:
phpmd3:
whitelist_patterns: []
exclude: []
report_format: text
ruleset: ['phpmd.xml.dist']
triggered_by: ['php']
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2026-06-27