glpi-project/rector-glpi
Composer 安装命令:
composer require glpi-project/rector-glpi
包简介
Rector rules for GLPI.
README 文档
README
This repository provides a Rector extension that can be used in both GLPI and GLPI plugins.
Installation
To install this Rector extension, run the composer require --dev glpi-project/rector-glpi.
Once installed, you will need to register the GLPI rule set in you Rector configuration file:
return RectorConfig::configure()
->withSets([
+ \RectorGlpi\Set\GlpiSetList::GLPI_DEFAULT_SET,
])
;
统计信息
- 总下载量: 18.74k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-02-05