miaoxing/coding-standards

This package is abandoned and no longer maintained. The author suggests using the miaoxing/dev package instead.

Miaoxing develop scripts

Maintainers

Details

github.com/miaoxing/dev

Source

Issues

Installs: 3 860

Dependents: 7

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

pkg:composer/miaoxing/coding-standards


README

GitHub Workflow Status Coverage Status License

PHPCS 使用方法

  1. 取出到本地
git clone https://github.com/miaoxing/dev.git path/to/coding-standards
  1. 加入phpcs的安装目录
phpcs --config-set installed_paths path/to/coding-standards
  1. 检查安装结果
phpcs -i

# 输出包含 "Miaoxing"
'The installed coding standards are MySource, PEAR, PHPCS, PSR1, PSR2, Squiz, Zend and Miaoxing'