PHPackages                             kas-cor/console-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. kas-cor/console-progress-bar

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

kas-cor/console-progress-bar
============================

Console progress bar

0.0.6(4y ago)154MITPHPPHP &gt;=7.2.0

Since Sep 29Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/kas-cor/console-progress-bar)[ Packagist](https://packagist.org/packages/kas-cor/console-progress-bar)[ Docs](https://github.com/kas-cor/console-progress-bar)[ Fund](http://bit.ly/kascor-donate)[ RSS](/packages/kas-cor-console-progress-bar/feed)WikiDiscussions master Synced today

READMEChangelog (7)Dependencies (1)Versions (5)Used By (0)

Console progress bar
====================

[](#console-progress-bar)

Screenshots (default config)
----------------------------

[](#screenshots-default-config)

### In process

[](#in-process)

[![In process](https://github.com/kas-cor/console-progress-bar/raw/master/in_process.png)](https://github.com/kas-cor/console-progress-bar/raw/master/in_process.png)

### Finish report

[](#finish-report)

[![Finish report](https://github.com/kas-cor/console-progress-bar/raw/master/finish_report.png)](https://github.com/kas-cor/console-progress-bar/raw/master/finish_report.png)

Install
-------

[](#install)

```
composer require kas-cor/console-progress-bar
```

Usage
-----

[](#usage)

### Default config

[](#default-config)

```
use KasCor\ConsoleProgressBar;

$progressBar = new ConsoleProgressBar(5);

foreach (range(1, 5) as $current_position) {
    $progressBar->output($current_position, 'message');
    sleep(1);
}
```

### Other config

[](#other-config)

```
use KasCor\ConsoleProgressBar;

$progressBar = new ConsoleProgressBar(5, [
    'showFinishReport' => false,
]);

foreach (range(1, 5) as $current_position) {
    $progressBar->output($current_position, 'message');
    sleep(1);
}
```

### Config

[](#config)

PropertyTypeDescriptionDefaultshowTimeMessagebooleanShow time before messageTrueshowBarbooleanShow progress barTrueshowCurrentPositionbooleanShow current positionTrueshowSpinnerbooleanShow spinnerTrueshowPercentbooleanShow percent progressTrueshowPassedTimebooleanShow passed timeTrueshowEstimatedTimebooleanShow estimated timeTrueshowFinishReportbooleanShow finish reportTruetimeMessageFormatstringFormat date/time before message, PHP formatd.m.Y H:i:sprogressBarSizeintegerSize progress bar50progressBarFullCharstringChar full in progress bar\#progressBarEmptyCharstringChar empty in progress bar.spinnerCharsarrayChars spinner animationseparatorstringSeparator elements-orderElementsarrayOrder elementsspinner, progress\_bar, current\_position, percent, passed\_time, estimated\_time

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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 ~121 days

Total

4

Last Release

1736d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3366723?v=4)[Alexsander](/maintainers/kas-cor)[@kas-cor](https://github.com/kas-cor)

---

Top Contributors

[![kas-cor](https://avatars.githubusercontent.com/u/3366723?v=4)](https://github.com/kas-cor "kas-cor (20 commits)")

---

Tags

consoleprogress-barconsoleprogressbar

### Embed Badge

![Health badge](/badges/kas-cor-console-progress-bar/health.svg)

```
[![Health](https://phpackages.com/badges/kas-cor-console-progress-bar/health.svg)](https://phpackages.com/packages/kas-cor-console-progress-bar)
```

###  Alternatives

[symfony/symfony

The Symfony PHP framework

31.4k87.2M2.2k](/packages/symfony-symfony)[symfony/console

Eases the creation of beautiful and testable command line interfaces

9.8k1.1B13.8k](/packages/symfony-console)[symfony/framework-bundle

Provides a tight integration between Symfony components and the Symfony full-stack framework

3.6k251.7M11.5k](/packages/symfony-framework-bundle)[drush/drush

Drush is a command line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those of us who spend some of our working hours hacking away at the command prompt.

2.4k60.6M794](/packages/drush-drush)[symfony/security-bundle

Provides a tight integration of the Security component into the Symfony full-stack framework

2.5k185.6M2.3k](/packages/symfony-security-bundle)[symfony/web-profiler-bundle

Provides a development tool that gives detailed information about the execution of any request

2.3k160.5M1.2k](/packages/symfony-web-profiler-bundle)

PHPackages © 2026

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