gruentee
gruentee

Reputation: 323

Integrate phpmd in windows IDE

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

Upvotes: 1

Views: 1371

Answers (1)

Jonag
Jonag

Reputation: 261

If you have composer :

composer global require phpmd/phpmd

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

Upvotes: 10

Related Questions