Skip to content

final-gene/docker-hub-phpmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP mess detector

Docker build and publish

This is an image to run PHP mess detector.

How to use this image

Run the phpmd image:

docker run \
    --rm \
    --volume "$(pwd)":/app \
    finalgene/phpmd

For further information take a look at the official PHP mess detector site.

Quick reference