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, which is now (since version 9.0) actively supported by Laurent Laville (@llaville).
See the list of all contributors.