mykiwi / phaudit

:warning: this is work in progress :warning:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mykiwi/phaudit

docker pull stats

A simple Docker image to run some PHP quality assurance tools on your project.

Usage

docker run -ti --workdir=`pwd` --volume=`pwd`:`pwd` mykiwi/phaudit:VERSION

Version numbers are MAJOR.MINOR-YY.MM

Releases of mykiwi/phaudit are versioned by the PHP major and minor version, but also by the year and month of the tag release - for example, mykiwi/phaudit:7.4-20.03 will contains tools compatible with PHP 7.4 and was released in March 2020.

Release cadence

GitHub Actions publishes a new release of mykiwi/phaudit Docker image on a regular cadence, enabling the community and developers to having access to newer open source upstream capabilities without breaking previous versions.

Available tools

License

This project is released under the MIT License

About

:warning: this is work in progress :warning:

License:MIT License


Languages

Language:Dockerfile 81.9%Language:Shell 18.1%