datacodetech/phpcs-ruleset
最新稳定版本:2.3.1
Composer 安装命令:
composer require datacodetech/phpcs-ruleset
包简介
phpcs ruleset used for all PHP projects
README 文档
README
This repo contains the phpcs ruleset used by all of our other PHP projects.
The package should be included by composer
{
"require": {
"datacodetech/phpcs-ruleset": "^2.0.0"
}
}
Then references in the ruleset.xml file for the project
<ruleset>
<rule ref="vendor/datacodetech/phpcs-ruleset/DatacodeStandard" />
</ruleset>
统计信息
- 总下载量: 12k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-01-08