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

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

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 4w 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 13% 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://avatars.githubusercontent.com/u/346681?v=4)[Giel Berkers](/maintainers/kanduvisla)[@kanduvisla](https://github.com/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)
```

###  Alternatives

[seld/cli-prompt

Allows you to prompt for user input on the command line, and optionally hide the characters they type

24726.4M22](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

13045.3M6.2k](/packages/illuminate-console)[styleci/cli

The CLI tool for StyleCI

71464.1k9](/packages/styleci-cli)[winbox/args

Windows command-line formatter

20718.9k21](/packages/winbox-args)

PHPackages © 2026

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