A simple docker images to run some phpqatools on your php project
phplocpdependphpmdphpcs and phpcbfphpcpdphpdcdphpmetricsphp-cs-fixerGrab the image, and run one of tool with your project mounted in the work directory /project on this image:
cd my_php_project
docker pull jolicode/phaudit
docker run -t -i -v `pwd`:/project jolicode/phaudit phploc src/
Content type
Image
Digest
sha256:f139504a3…
Size
280.9 MB
Last updated
over 8 years ago
docker pull jolicode/phaudit