PHPackages                             divineomega/php-cli-progress-bar - 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. divineomega/php-cli-progress-bar

Abandoned → [jord-jd/php-cli-progress-bar](/?search=jord-jd%2Fphp-cli-progress-bar)Library[CLI &amp; Console](/categories/cli)

divineomega/php-cli-progress-bar
================================

Progress bar for command line PHP scripts

v4.0.0(4mo ago)15159.7k↓45.8%[1 issues](https://github.com/Jord-JD/php-cli-progress-bar/issues)2LGPL-3.0-onlyPHPPHP &gt;=5.6

Since Mar 28Pushed 4mo agoCompare

[ Source](https://github.com/Jord-JD/php-cli-progress-bar)[ Packagist](https://packagist.org/packages/divineomega/php-cli-progress-bar)[ GitHub Sponsors](https://github.com/DivineOmega)[ RSS](/packages/divineomega-php-cli-progress-bar/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (5)Dependencies (1)Versions (8)Used By (2)

⏱ PHP CLI Progress Bar
======================

[](#-php-cli-progress-bar)

Progress bar for command line PHP scripts.

[![Example of PHP CLI Progress Bar](assets/images/php-cli-progress-bar-example.gif)](assets/images/php-cli-progress-bar-example.gif)

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

[](#installation)

To install, just run the following Composer command.

```
composer require jord-jd/php-cli-progress-bar

```

Usage
-----

[](#usage)

The following code snippet shows a basic usage example.

```
$max = 250;

$progressBar = new JordJD\CliProgressBar\ProgressBar;
$progressBar->setMaxProgress($max);

for ($i=0; $i < $max; $i++) {
    usleep(200000); // Instead of usleep, process a part of your long running task here.
    $progressBar->advance()->display();
}

$progressBar->complete();
```

###  Health Score

50

—

FairBetter than 95% of packages

Maintenance73

Regular maintenance activity

Popularity39

Limited adoption so far

Community10

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

Every ~480 days

Recently: every ~714 days

Total

7

Last Release

139d ago

Major Versions

v1.0.1 → v2.0.02018-04-20

v2.1.0 → v3.0.02026-02-14

v3.0.0 → v4.0.02026-02-14

### Community

Maintainers

![](https://www.gravatar.com/avatar/c580cdf7c14898fff179cdfc1085892091d5d2f49d917873a12365af9ac77c93?d=identicon)[Jord-JD](/maintainers/Jord-JD)

---

Top Contributors

[![Jord-JD](https://avatars.githubusercontent.com/u/650645?v=4)](https://github.com/Jord-JD "Jord-JD (9 commits)")

---

Tags

command-linephpphp-libraryprogress-bar

### Embed Badge

![Health badge](/badges/divineomega-php-cli-progress-bar/health.svg)

```
[![Health](https://phpackages.com/badges/divineomega-php-cli-progress-bar/health.svg)](https://phpackages.com/packages/divineomega-php-cli-progress-bar)
```

###  Alternatives

[illuminate/console

The Illuminate Console package.

13046.0M6.5k](/packages/illuminate-console)[styleci/cli

The CLI tool for StyleCI

71470.5k9](/packages/styleci-cli)[shopware/psh

A build tool written in PHP utilizing sh scripts

6131.7k](/packages/shopware-psh)[winbox/args

Windows command-line formatter

20720.9k21](/packages/winbox-args)

PHPackages © 2026

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