PHPackages                             coexp/wunder-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. coexp/wunder-bar

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

coexp/wunder-bar
================

Beautiful console progressBar

v0.2.0(6y ago)04[1 PRs](https://github.com/coExp/wUnderBar/pulls)MITPHPPHP &gt;=7.1CI failing

Since Oct 18Pushed 6y ago1 watchersCompare

[ Source](https://github.com/coExp/wUnderBar)[ Packagist](https://packagist.org/packages/coexp/wunder-bar)[ Docs](https://github.com/coExp/wUnderBar)[ RSS](/packages/coexp-wunder-bar/feed)WikiDiscussions master Synced 2d ago

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

 ![build:](https://camo.githubusercontent.com/1ee6640f9591a86b971a39403b9ebc3fa596993fc2c42845725181b8cef10ff0/68747470733a2f2f7472617669732d63692e6f72672f636f4578702f77556e6465724261722e7376673f6272616e63683d6d6173746572)[ ![Code Quality](https://camo.githubusercontent.com/e86994f3adfd9d8f315b1434594db070c5836ffa7c5ad35dd3568bf88f5a9928/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f636f4578702f77556e6465724261722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572 "Scrutinizer Code Quality")](https://scrutinizer-ci.com/g/coExp/wUnderBar/?branch=master)[ ![Code Coverage](https://camo.githubusercontent.com/b972af349c35e7c041ae3d4c7ff6f2dc6f9d78bd39473f7b48b546f9926ebad5/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f636f4578702f77556e6465724261722f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/coExp/wUnderBar/?branch=master)[![License](https://camo.githubusercontent.com/9df910d1bb7903aea32573be62a9ad2554b6ce11/68747470733a2f2f706f7365722e707567782e6f72672f616c6963656d616a6572652f776f6e6465726c616e642d7468726561642f6c6963656e7365)](https://camo.githubusercontent.com/9df910d1bb7903aea32573be62a9ad2554b6ce11/68747470733a2f2f706f7365722e707567782e6f72672f616c6963656d616a6572652f776f6e6465726c616e642d7468726561642f6c6963656e7365)

wUnderBar
=========

[](#wunderbar)

This package helps to implement Symfony/ProgressBar on multiple line. Progressbar is print on stdout, and not stdError by default

Examples
--------

[](#examples)

Set two progressbar:

```
 $mb = (new MultipleBar($this->output))
    ->setTitle('wUnderBar Example #1')
    ->addProgressBarByName(['Master', 'Child']);
```

Advance:

```
$mb->getProgressBarByName('Child')->advance();
$mb->getProgressBarByName('Master')->advance();
$mb->show();
```

Finish by erasing bar:

```
$mb->erase();
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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

Every ~0 days

Total

2

Last Release

2399d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d239d9fa0121721bb6c74d246c47f393f1ab7d35ff8c4d6bdf91cd4eb76391a4?d=identicon)[coExp](/maintainers/coExp)

---

Top Contributors

[![coExp](https://avatars.githubusercontent.com/u/86388?v=4)](https://github.com/coExp "coExp (18 commits)")

---

Tags

consoleprogressbaroutputstdoutmultilinewunderbarstderror

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/coexp-wunder-bar/health.svg)

```
[![Health](https://phpackages.com/badges/coexp-wunder-bar/health.svg)](https://phpackages.com/packages/coexp-wunder-bar)
```

###  Alternatives

[psy/psysh

An interactive shell for modern PHP.

9.8k545.6M719](/packages/psy-psysh)[matthiasnoback/symfony-console-form

Use Symfony forms for Console command input

368264.8k8](/packages/matthiasnoback-symfony-console-form)[laminas/laminas-cli

Command-line interface for Laminas projects

563.7M54](/packages/laminas-laminas-cli)[shel/neos-terminal

Neos CMS Ui terminal for running Eel expressions and other commands

1441.3k](/packages/shel-neos-terminal)

PHPackages © 2026

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