drps/code-standard
最新稳定版本:1.0.0
Composer 安装命令:
composer require drps/code-standard
包简介
Code Standards for PHP CS Fixer
关键字:
README 文档
README
Installation
composer require --dev drps/code-standard
Usage with PHP CS Fixer
Update your .php-cs-fixer.dist.php:
<?php use Drps\CodeStandard\FixerConfig; $finder = PhpCsFixer\Finder::create()->in(__DIR__.'/src'); $config = (new PhpCsFixer\Config())->setFinder($finder); (new FixerConfig())->to($config, [/* custom rules here */]); return $config;
统计信息
- 总下载量: 25
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-04-14