chiiya / code-style-php
PHP项目的代码检查配置
3.0.3
2024-09-06 11:00 UTC
Requires
- php: ^8.2
- friendsofphp/php-cs-fixer: ^3.18
- kubawerlos/php-cs-fixer-custom-fixers: ^3.14
- rector/rector: ^1.1
- slevomat/coding-standard: ^8.12
- symplify/coding-standard: ^12.1
- symplify/easy-coding-standard: ^12.2
Requires (Dev)
- phpro/grumphp: ^2.0
- dev-master
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.18.0
- 2.17.0
- 2.15.0
- 2.14.0
- 2.13.1
- 2.13.0
- 2.12.0
- 2.11.4
- 2.11.3
- 2.11.2
- 2.11.1
- 2.11.0
- 2.10.1
- 2.10.0
- 2.9.4
- 2.9.3
- 2.9.2
- 2.9.1
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
- dev-dependabot/github_actions/stefanzweifel/git-auto-commit-action-5
- dev-dependabot/github_actions/actions/checkout-4
This package is auto-updated.
Last update: 2024-09-06 11:00:48 UTC
README
Code Style PHP
使用PHP-CS-Fixer、ECS和Rector组合为PHP项目提供代码风格配置。
索引
> Installation ..................................................................... > Usage ............................................................................
安装
寻找Laravel的集成?请查看 laravel-code-style。
使用composer安装包
composer require chiiya/code-style-php --dev
使用
简单地将规则导入PHP-CS-Fixer、ECS和Rector的配置文件中。请参考此仓库中的.php-cs-fixer.dist.php
、ecs.php
和rector.php
作为示例。