nunomaduro/patrol

An elegant command-line tool that keeps your PHP Project's dependencies in check

Maintainers

Package info

github.com/nunomaduro/patrol

pkg:composer/nunomaduro/patrol

Statistics

Installs: 127 069

Dependents: 4

Suggesters: 0

Stars: 271

Open Issues: 3

v1.2.0 2023-10-12 08:19 UTC

This package is auto-updated.

Last update: 2026-03-12 18:48:33 UTC


README

Patrol logo

Patrol

Total Downloads License

Patrol is an elegant command-line tool that keeps your PHP Project's dependencies in check.

Installation / Usage

Requires PHP 8.2+

First, install Patrol via the Composer package manager:

composer require nunomaduro/patrol --dev

Then, use the patrol binary:

./vendor/bin/patrol

You may also specify the directory that should be inspected:

./vendor/bin/patrol inspect ../another/project-directory

License

Patrol is an open-sourced software licensed under the MIT license.