PHPackages                             jeffersongoncalves/plump-cli - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [CLI &amp; Console](/categories/cli)
4. /
5. jeffersongoncalves/plump-cli

ActiveProject[CLI &amp; Console](/categories/cli)

jeffersongoncalves/plump-cli
============================

CLI tool to query PHP package quality scores from Plumb (plumbphp.dev): show scores, trigger scans, view scan history.

v0.1.0(1mo ago)511MITPHPPHP ^8.2CI passing

Since Jul 15Pushed 1w ago1 watchersCompare

[ Source](https://github.com/jeffersongoncalves/plump-cli)[ Packagist](https://packagist.org/packages/jeffersongoncalves/plump-cli)[ Docs](https://github.com/jeffersongoncalves/plump-cli)[ GitHub Sponsors](https://github.com/jeffersongoncalves)[ RSS](/packages/jeffersongoncalves-plump-cli/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (1)Dependencies (6)Versions (2)Used By (0)

[![plump-cli](https://raw.githubusercontent.com/jeffersongoncalves/plump-cli/main/art/jeffersongoncalves-plump-cli.png)](https://raw.githubusercontent.com/jeffersongoncalves/plump-cli/main/art/jeffersongoncalves-plump-cli.png)

plump-cli
=========

[](#plump-cli)

A small CLI to query [Plumb](https://plumbphp.dev) — mechanically-scored Security, Maintenance, and Ecosystem Health for PHP/Composer packages — directly from the terminal. Show a package's scores, trigger a fresh scan, or browse scan history. No API key required.

Built with [Laravel Zero](https://laravel-zero.com).

Installation
------------

[](#installation)

```
composer global require jeffersongoncalves/plump-cli
```

Or download the PHAR from the [releases page](https://github.com/jeffersongoncalves/plump-cli/releases).

Rate limits
-----------

[](#rate-limits)

Plumb's public API enforces these limits per IP; `plump` surfaces `429`/`503` responses (including `Retry-After`) as a friendly error instead of a raw HTTP failure:

EndpointLimitGET (`show`, `history`)120 requests/minutePOST (`scan`)3 requests/15 minutesCommands
--------

[](#commands)

### `show` — package scores and latest scan

[](#show--package-scores-and-latest-scan)

```
plump show laravel/framework
```

### `scan` — trigger a scan

[](#scan--trigger-a-scan)

```
plump scan laravel/framework
```

Queues an asynchronous scan (`202`) or returns the already-fresh cached result (`200`). Heavily rate limited server-side — see above.

### `history` — scan history

[](#history--scan-history)

```
plump history laravel/framework
plump history laravel/framework --sort=-scanned_at --limit=50
```

Development
-----------

[](#development)

```
composer install
composer test        # pest + pint --test
composer build       # build the PHAR into builds/
```

License
-------

[](#license)

MIT © Jefferson Gonçalves

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance95

Actively maintained with recent releases

Popularity8

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 Bus Factor1

Top contributor holds 83.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

46d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/411493?v=4)[Jefferson Gonçalves](/maintainers/jeffersongoncalves)[@jeffersongoncalves](https://github.com/jeffersongoncalves)

---

Top Contributors

[![jeffersongoncalves](https://avatars.githubusercontent.com/u/411493?v=4)](https://github.com/jeffersongoncalves "jeffersongoncalves (15 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (3 commits)")

---

Tags

clicomposerjeffersongoncalveslaravel-zeropharphpplumbquality-scorecomposerapicliqualityplumb

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/jeffersongoncalves-plump-cli/health.svg)

```
[![Health](https://phpackages.com/badges/jeffersongoncalves-plump-cli/health.svg)](https://phpackages.com/packages/jeffersongoncalves-plump-cli)
```

###  Alternatives

[renoki-co/php-helm

PHP Helm Processor is a process wrapper for Kubernetes' Helm v3 CLI. You can run programmatically Helm v3 commands, directly from PHP, with a simple syntax.

1310.8k](/packages/renoki-co-php-helm)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
