PHPMD PHP Mess Detecter

PHPMD - PHP Mess Detector Git tutorial
composer global require "phpmd/phpmd=@stable"

./vendor/bin/phpmd
"./vendor/bin/phpmd" "E:/projects/PMUtilities/workflowChart/krithikumarWorkFlowChart/dynamic4Doxygen" html
"./vendor/bin/phpmd" ./ html unusedcode --reportfile phpmd.html --exclude vendor,doxyComments
if installation is global
phpmd classWorkFlow.php html unusedcode --reportfile phpmd.html --exclude vendor,doxyComments
phpmd ./ html unusedcode --reportfile phpmd.html --exclude vendor,doxyComments