fiolasoft/coding-standard
Composer 安装命令:
composer require fiolasoft/coding-standard
包简介
Strict coding standards for our PHP projects
关键字:
README 文档
README
This is based on doctrine/coding-standard and heavily inspired by ninjify/coding-standard
Install
composer require --dev fiolasoft/coding-standard
Usage
Create ruleset.xml in root of your project.
NOTE: It is recommanded to use this with FiolaSoft/qa
<?xml version="1.0"?>
<ruleset name="YourProject">
<!-- Extending rulesets -->
<rule ref="vendor/fiolasoft/coding-standard/ruleset.xml"/>
<!-- OR (not both, since ruleset.xml is included in ruleset-nette.xml) -->
<!-- FiolaSoft [Nette] -->
<!-- <rule ref="vendor/fiolasoft/coding-standard/ruleset-nette.xml"/> -->
<!-- My rules -->
<!-- Exclude folders -->
<exclude-pattern>/tests/tmp</exclude-pattern>
</ruleset>
统计信息
- 总下载量: 71
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-04-25