m6web/php-lint
最新稳定版本:v0.2.0
Composer 安装命令:
composer require m6web/php-lint
包简介
Simple command to run php lint
README 文档
README
PhpLint
PhpLint is a simple package to simply execute linter on directories.
Installation
composer require m6web/php-lint
Usage
PhpLint allows to validate one or multiple directories recursively:
- One directory:
./bin/phplint directory/path
- More than one directory:
./bin/phplint directory1/path directory2/path ...
PhpLint use symfony/finder to find directories. So you can use all finder syntax to find directories:
./bin/phplint directory/*/*/src
统计信息
- 总下载量: 63.87k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-01-24