2017 © Pedro Peláez
 

library php-lint

Simple command to run php lint

image

m6web/php-lint

Simple command to run php lint

  • Thursday, July 12, 2018
  • by M6Web
  • Repository
  • 22 Watchers
  • 2 Stars
  • 13,543 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 6 Versions
  • 22 % Grown

The README.md

Build Status, (*1)

PhpLint

PhpLint is a simple package to simply execute linter on directories., (*2)

Installation

composer require m6web/php-lint

Usage

PhpLint allows to validate one or multiple directories recursively:, (*3)

  • 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:, (*4)

./bin/phplint directory/*/*/src

The Versions

12/07 2018
24/01 2017
24/01 2017