PHPackages                             makinacorpus/drush-progressbar - 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. makinacorpus/drush-progressbar

ActiveLibrary

makinacorpus/drush-progressbar
==============================

Simple progress bar API for Drush

1.0.0(9y ago)41.8k1[1 issues](https://github.com/makinacorpus/drush-progressbar/issues)GPL-2PHP

Since Jun 2Pushed 9y ago1 watchersCompare

[ Source](https://github.com/makinacorpus/drush-progressbar)[ Packagist](https://packagist.org/packages/makinacorpus/drush-progressbar)[ Docs](http://github.com/makinacorpus/drush-progressbar)[ RSS](/packages/makinacorpus-drush-progressbar/feed)WikiDiscussions master Synced 1mo ago

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

Drush progress bar API
======================

[](#drush-progress-bar-api)

Usage
-----

[](#usage)

Given that:

- you have `$total` which is the total number of items to process;
- and `$done` is the item count processed so far;

you may do:

```
$total = some_count();

$bar = \DrushProgressBar::create();
$bar->start();

$done = 0;
foreach ($items as $item) {
  process_item($item);

  // Note that here, you could also change the total (yes you can).
  $bar->setProgress($total, ++$done);
}

$bar->end();
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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

3628d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/69252826f3a70a19fc5dcefb7ef9d26d465bb300245641abb4dd89d0ec391a66?d=identicon)[pounard](/maintainers/pounard)

![](https://www.gravatar.com/avatar/d21b98752b406528da88850922b1061f39bf72eb2126b413d5c12e275811a40b?d=identicon)[Makina Corpus](/maintainers/Makina%20Corpus)

---

Top Contributors

[![pounard](https://avatars.githubusercontent.com/u/341855?v=4)](https://github.com/pounard "pounard (1 commits)")

---

Tags

drupaldrushprogressbar

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/makinacorpus-drush-progressbar/health.svg)

```
[![Health](https://phpackages.com/badges/makinacorpus-drush-progressbar/health.svg)](https://phpackages.com/packages/makinacorpus-drush-progressbar)
```

PHPackages © 2026

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