overtrue/phplint
PHPLint is a fast PHP syntax linter that runs multiple lint processes in parallel to speed up checking large codebases. Supports modern PHP versions, with easy installation via Composer, PHAR, Docker, or Phive, and configurable rules and paths.
Full documentation may be found in docs folder in repository, and may be read online without to do anything else.
As alternative, you may generate a professional static site with Material for MkDocs.
Configuration file mkdocs.yaml is available and if you have Docker support, the documentation site can be simply build
with following command:
docker run --rm -it -u "$(id -u):$(id -g)" -v ${PWD}:/docs squidfunk/mkdocs-material build --verbose
The PHPLint is a command line tool that can speed up linting of php files by running several lint processes at once.
As a developer you want to learn more about PHPLint architecture!.
Learn more about different usages with console, Docker, CI, and programmatically.
See Getting-Started's Guide to know how to use it.
Contribution are always welcome and much appreciated!.
See Contributor's Guide before you start.
Project originally created by [@overtrue](https://github.com/overtrue), which is now (since version 9.0) actively supported by [Laurent Laville (@llaville)](https://github.com/llaville).
See the list of all contributors.
How can I help you explore Laravel packages today?