vertex-it/php-cs
Composer 安装命令:
composer require vertex-it/php-cs
包简介
Vertex IT shared PHP style rules for PHP-CS-Fixer
README 文档
README
Vertex IT shared PHP style rules for PHP-CS-Fixer
Installation
First install the package in the "tools" directory:
mkdir --parents tools/php-cs-fixer
composer require --working-dir=tools/php-cs-fixer vertex-it/php-cs:dev-master
After installation copy the file src/.php-cs-fixer.dist.php to the root of your project:
cp tools/php-cs-fixer/vendor/vertex-it/php-cs/src/.php-cs-fixer.dist.php .php-cs-fixer.dist.php
Usage
To run the PHP CS Fixer use the command
tools/php-cs-fixer/vendor/bin/php-cs-fixer fix
Integration with PHPStorm
To enable PHP CS Fixer inspections in PHPStorm run these steps:
- Set up PHP interpreter.
- In Settings > PHP > Quality tools > PHP CS Fixer choose your PHP interpreter and set path to cs fixer "tools/php-cs-fixer/vendor/bin/php-cs-fixer".
- Go to Settings > Editor > Inspections and enable PHP CS Fixer validation. Select "Custom" for Ruleset, and select path ".php-cs-fixer.dist.php" from the root of the project.
统计信息
- 总下载量: 43
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-11-03