isislabs/php_codesniffer_codeigniter
Composer 安装命令:
composer require isislabs/php_codesniffer_codeigniter
包简介
PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards. Includes CodeIgniter coding standards.
关键字:
README 文档
README
THIS IS A FORK FROM Squizlabs...just added a standard for CodeIgniter framework.
PHP_CodeSniffer is a PHP5 script that tokenises PHP, JavaScript and CSS files to detect violations of a defined coding standard. It is an essential development tool that ensures your code remains clean and consistent. It can also help prevent some common semantic errors made by developers.
Requirements
PHP_CodeSniffer requires PHP version 5.1.2 or greater, although individual sniffs may have additional requirements such as external applications and scripts. See the Configuration Options manual page for a list of these requirements.
The SVN pre-commit hook requires PHP version 5.2.4 or greater due to its use of the vertical whitespace character.
Installation
If you use Composer, include a dependency for isislabs/php_codesniffer in your composer.json file. For example:
{
"require": {
"isislabs/php_codesniffer": "1.*"
}
}
You will then be able to run PHP_CodeSniffer from the vendor bin directory:
./vendor/bin/phpcs -h
Documentation
The documentation for PHP_CodeSniffer is available in the PEAR manual.
Information about upcoming features and releases is available on the Squiz Labs blog.
统计信息
- 总下载量: 811
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2013-03-18