m6web/php-lint 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

m6web/php-lint

最新稳定版本:v0.2.0

Composer 安装命令:

composer require m6web/php-lint

包简介

Simple command to run php lint

README 文档

README

Build Status

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

GitHub 信息

  • Stars: 5
  • Watchers: 40
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-01-24