solutiondrive/coding-standard
Composer 安装命令:
composer require solutiondrive/coding-standard
包简介
solutionDrive coding standard.
README 文档
README
solutionDrive Coding Standard
🥇 solutionDrive coding standard configuration.
Installation & usage
-
Install this package:
$ composer require --dev solutiondrive/coding-standard
-
Include a configuration file in your
easy-coding-standard.yml:imports: - { resource: 'vendor/solutiondrive/coding-standard/easy-coding-standard.yml' }
Phar usage
To create the phar, you need to install humbug/box globally:
(The global composer bin path needs to be available in $PATH)
composer global require humbug/box
Install the dependencies
composer install --optimize-autoloader -n
Create the phar file
box build -c box.json
Perhaps it is necessary to allow php to create a phar
php -d phar.readonly=0 ~/.composer/vendor/bin/box build -c box.json
The newly created phar file can be used just like the ecs binary is used:
ecs-standalone.phar --help
统计信息
- 总下载量: 1.58k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-03-15