Installing PHP Mess Detector (phpmd) on OS X
1 | cd ~/ |
If is there “wget” command in your system. (You can install via Brew (HomeBrew)).
1 | wget -nc http://static.phpmd.org/php/latest/phpmd.phar |
or download via cURL
1 | curl -OL http://static.phpmd.org/php/latest/phpmd.phar |
and then
1 2 | sudo mv phpmd.phar /usr/local/bin/phpmd sudo chmod +x /usr/local/bin/phpmd |
HENÜZ YORUM YAPILMAMIŞ