PHPackages                             kanduvisla/cli-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. kanduvisla/cli-progressbar

ActiveLibrary

kanduvisla/cli-progressbar
==========================

CLI Progress Bar

118PHP

Since Mar 27Pushed 9y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

CLI ProgressBar
===============

[](#cli-progressbar)

A basic progress bar for usage in CLI scripts. It provides the following information:

- Progress Bar
- Percentage
- Current Iteration / Total Iterations
- Estimated Time
- Memory Usage

---

Example
-------

[](#example)

The output will look somewhat like this:

[![example](examples/example.gif)](examples/example.gif)

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

[](#installation)

Installation is done simply using Composer:

```
composer require kanduvisla/cli-progressbar

```

Usage
-----

[](#usage)

```
use Kanduvisla\ProgressBar;
ProgressBar::show($currentIteration, $totalIterations);

```

See `examples/basic.php` for a simple example.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/5c3a7952b0fdc49daf319566e9f3ea1eb22fad8347409bf37b3c7385971ae7c2?d=identicon)[kanduvisla](/maintainers/kanduvisla)

### Embed Badge

![Health badge](/badges/kanduvisla-cli-progressbar/health.svg)

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

PHPackages © 2026

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