PHP static analysis tools to add out-of-the-box on php projects.
$ git clone https://github.com/gstapinato/php-code-quality.git
$ cd php-code-quality
$ docker build -t gstapinato/php-code-quality .
# copy 'makefile.qa' and configuration files on your project
$ cp -a qa/. <project_root_directory>
$ make -f makefile.qa phpstan
PHP version can be changed on dockerfile before docker build.