itmh/coding-standard-php

ITMH编码标准

v1.0.1 2016-07-06 07:46 UTC

This package is not auto-updated.

Last update: 2024-09-18 19:37:58 UTC


README

安装

#####安装PHP_CodeSniffer

composer global require squizlabs/php_codesniffer 

#####克隆仓库

git clone https://github.com/itmh/coding-standard-php.git $HOME/.coding-standard-php

#####在标准文件夹中创建对克隆仓库的符号链接

ln -sv $HOME/.coding-standard-php/phpcs/ITMH $HOME/.composer/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards

使用

$HOME/.composer/vendor/bin/phpcs --standard=ITMH /path/to/file.php
$HOME/.composer/vendor/bin/phpcs --standard=ITMH /path/to/directory