Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Windows で PHPStorm と統合するための実行可能な phpMD ファイルを探しています。phpmd の Web サイトには、git を介してインストール/ビルドするための手順が記載されていますが、実行可能な .exe/bat ファイルはありますか?
誰かがそれを見つけるためのヒントを与えることができますか?
ありがとう
コンポーザーがある場合:
composer global require phpmd/phpmd
その後、.bat は C:\Users\username\AppData\Roaming\Composer\vendor\bin で利用できます。