PHPackages                             nowise/uup-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. [CLI &amp; Console](/categories/cli)
4. /
5. nowise/uup-progressbar

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

nowise/uup-progressbar
======================

Progress bar for CLI applications

1.0.0(4y ago)04Apache-2.0PHPPHP &gt;=7.4

Since Jan 31Pushed 4y ago1 watchersCompare

[ Source](https://github.com/nowisesys/uup-progressbar)[ Packagist](https://packagist.org/packages/nowise/uup-progressbar)[ Docs](https://nowise.se/oss/uup/progressbar)[ RSS](/packages/nowise-uup-progressbar/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

UUP-PROGRESS-BAR
----------------

[](#uup-progress-bar)

Progress bar for console (CLI) applications.

```
$progress = new ProgressBar();

for ($i = 1; $i addIncrement($i);
}
```

Displays percentage completed, spinner and progress bar. An optional message can also be passed for each tick.

```
68% [\] ==============       : Importing file5483.txt
```

The start-/end-values are can be chosen as likes. Custom labels are displayed when increment value equals the start- or end-value:

```
0% [*] Waiting...
100% [+] Finished!
```

The length of the progress bar and indicator character can also be customized.

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 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

1613d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5127289?v=4)[nowise](/maintainers/nowise)[@nowise](https://github.com/nowise)

---

Top Contributors

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

---

Tags

progressbaruup

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/nowise-uup-progressbar/health.svg)

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

###  Alternatives

[illuminate/console

The Illuminate Console package.

13046.0M6.4k](/packages/illuminate-console)[winbox/args

Windows command-line formatter

20720.9k21](/packages/winbox-args)

PHPackages © 2026

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