Skip to content

wayneashleyberry/phpl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phpl

Inspired by phplint, phpl is a concurrent php linter written in Go.

Go Report Card GoDoc

Motivation

PHP's native linter can only lint one file at a time, and that's slow.

Installation

The easiest way to install phpl is to download the latest binary and place it in your $PATH.

Alternatively if you have a go workspace, you can use go get.

go get github.com/wayneashleyberry/phpl

Usage

cd /path/to/php
phpl

License

MIT © Wayne Ashley Berry