1

I'm looking for an executable phpMD file for integration with PHPStorm on windows. The phpmd website has instructions for installing / building via git, but is there an executable .exe / bat file?

Can someone give a hint where to find it?

Thanks

gruentee
  • 323
  • 2
  • 12

1 Answers1

10

If you have composer :

composer global require phpmd/phpmd

Then the .bat is available in C:\Users\username\AppData\Roaming\Composer\vendor\bin

Jonag
  • 261
  • 2
  • 8