Skip to main content

Installation

Prune is distributed via Packagist and installed with Composer.

Requirements

Install as a dev dependency

Prune is a development tool, so install it with --dev:

composer require --dev renfordt/prune

This places the executable at vendor/bin/prune.

Verify the installation

php vendor/bin/prune --version

You can also list the available options:

php vendor/bin/prune --help

Next step

Head to the Quick Start to run your first analysis.