Download the PHP package ivuorinen/branch-usage-checker without Composer
On this page you can find all versions of the php package ivuorinen/branch-usage-checker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package branch-usage-checker
Branch Usage Checker
A CLI tool that cross-references GitHub branches with Packagist download statistics to identify branches safe to delete. Configure a lookback window (default 9 months), review a statistics table of per-branch downloads, and get a suggestion list of zero-download branches you can clean up.
Requirements
- PHP 8.4+
Installation
Composer (global)
PHAR
Download the latest branch-usage-checker PHAR from
GitHub Releases, then:
Usage
| Argument | Description | Default |
|---|---|---|
vendor/package |
Packagist package name | |
months |
Months to look back | 9 |
Example
Development
| Command | Description |
|---|---|
composer test |
Run tests (Pest) |
composer lint |
Check code style (PHPCS, PSR-12) |
composer format |
Auto-fix code style (PHPCBF) |
composer build |
Build PHAR to builds/ |
Pre-commit hooks (CaptainHook) are installed automatically and will run PHPCBF + PHPCS on staged PHP files.
License
MIT — see LICENSE for details.
All versions of branch-usage-checker with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
guzzlehttp/guzzle Version ^7
illuminate/http Version ^11
laravel-zero/phar-updater Version ^1.2
nunomaduro/termwind Version ^2
spatie/data-transfer-object Version ^3.7
guzzlehttp/guzzle Version ^7
illuminate/http Version ^11
laravel-zero/phar-updater Version ^1.2
nunomaduro/termwind Version ^2
spatie/data-transfer-object Version ^3.7
The package ivuorinen/branch-usage-checker contains the following files
Loading the files please wait ...