wayneashleyberry / phpl

concurrent php linter, written in go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

concurrent php linter, written in go

License:MIT License


Languages

Language:Go 90.2%Language:PHP 9.8%