nunomaduro / patrol
An elegant command-line tool that keeps your PHP Project's dependencies in check
Fund package maintenance!
nunomaduro
Patreon
www.paypal.com/paypalme/enunomaduro
Installs: 91 972
Dependents: 4
Suggesters: 0
Security: 0
Stars: 273
Watchers: 4
Forks: 19
Open Issues: 2
Requires
- php: ^8.2
- composer/semver: ^3.4.0
- guzzlehttp/guzzle: ^7.8.0
- psr/http-client: ^1.0.3
- symfony/console: ^6.3.4|^7.0.0
- symfony/process: ^6.3.4|^7.0.0
Requires (Dev)
- laravel/pint: ^1.13.3
- pestphp/pest: ^2.23.2
- phpstan/phpstan: ^1.10.38
- symfony/var-dumper: ^6.3.5|^7.0.0
README
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.