irstea/phpmd-shim

Shim repository for phpmd/phpmd

2.13.0 2022-09-11 02:04 UTC

This package is auto-updated.

Last update: 2024-04-11 05:26:24 UTC


README

This package is a drop-in replacement for phpmd/phpmd, which provides its PHAR archive as a binary.

It is built automatically from the official PHAR.

Installation

composer require irstea/phpmd-shim

or:

composer require --dev irstea/phpmd-shim

Usage

As you would use the original package, i.e. something like:

vendor/bin/phpmd [options] [arguments]

License

This distribution retains the license of the original software: BSD-3-Clause