Skip to content

gstapinato/php-code-quality

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

php-code-quality

Features

PHP static analysis tools to add out-of-the-box on php projects.

How to use

$ 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>

Commands availables

PHPStan

$ make -f makefile.qa phpstan

Notes

PHP version can be changed on dockerfile before docker build.

References

https://github.com/adamculp/php-code-quality

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published