stedekay/enterio-coding-standard
Composer 安装命令:
composer require stedekay/enterio-coding-standard
包简介
CodeSniffer ruleset for the enterio coding standard
README 文档
README
Enterio PHP CodeSniffer Coding Standard
This is a custom coding standard, which is used by all enterio projects.
Installation
Composer
This standard can be installed with the Composer dependency manager.
-
Install the coding standard as a dependency of your project
composer require --dev stedekay/enterio-coding-standard:~1.0 -
Add the coding standard to the PHP_CodeSniffer install path
vendor/bin/phpcs --config-set installed_paths vendor/stedekay/enterio-coding-standard -
Check the installed coding standards for "Symfony2"
vendor/bin/phpcs -i -
Done!
vendor/bin/phpcs /path/to/code
### Stand-alone
-
Install PHP_CodeSniffer
-
Checkout this repository
git clone git://github.com/stedekay/enterio-coding-standard.git -
Add the coding standard to the PHP_CodeSniffer install path
phpcs --config-set installed_paths /path/to/enterio-coding-standardOr copy/symlink this repository's "Symfony2"-folder inside the phpcs
Standardsdirectory -
Check the installed coding standards for "Symfony2"
phpcs -i -
Done!
phpcs /path/to/code
统计信息
- 总下载量: 617
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-03-21