PHPackages                             ms48/laravel-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. ms48/laravel-console-progress-bar

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

ms48/laravel-console-progress-bar
=================================

A simple console progress bar for laravel 5

v1.0.4(8y ago)826.2k↓18.2%2MITPHPPHP &gt;=5.6.4

Since Jun 26Pushed 8y ago1 watchersCompare

[ Source](https://github.com/ms48/laravel-console-progress-bar)[ Packagist](https://packagist.org/packages/ms48/laravel-console-progress-bar)[ RSS](/packages/ms48-laravel-console-progress-bar/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)DependenciesVersions (6)Used By (0)

Laravel Console Progress Bar
============================

[](#laravel-console-progress-bar)

Laravel Console Progress Bar is a **Console based progress bar** library providing an easier and expressive way to show your current progresses.

[![Latest Stable Version](https://camo.githubusercontent.com/6beefec5d7bd5464197b57b7d4137384389450738de7c77c0907c7b72938a402/68747470733a2f2f706f7365722e707567782e6f72672f6d7334382f6c61726176656c2d636f6e736f6c652d70726f67726573732d6261722f762f737461626c65)](https://packagist.org/packages/ms48/laravel-console-progress-bar)[![License](https://camo.githubusercontent.com/75aaa327eced1af0d2928f94ba080c98798c088ef6b4ed258156e2992fbb6109/68747470733a2f2f706f7365722e707567782e6f72672f6d7334382f6c61726176656c2d636f6e736f6c652d70726f67726573732d6261722f6c6963656e7365)](https://packagist.org/packages/ms48/laravel-console-progress-bar)

Requirements
------------

[](#requirements)

- PHP &gt;=5.6

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

[](#installation)

Composer is the recommended way to install this package.

```
composer require ms48/laravel-console-progress-bar

```

Once composer has installed the package add this line of code to the `providers` array located in your `config/app.php` file:

```
Ms48\LaravelConsoleProgressBar\ConsoleProgressBarProvider::class,
```

Add this line to the `aliases` array:

```
'ConsoleProgressBar' => Ms48\LaravelConsoleProgressBar\Facades\ConsoleProgressBar::class,
```

Code Examples
-------------

[](#code-examples)

```
// calling the Facades
use ConsoleProgressBar;

// calling the progressbar
$limit = 20;
$total = Model::get()->count(); //get total recodes

//looping through the result array and show the progress bar
foreach($resultArr as $row)
{
  //some codes

  ConsoleProgressBar::showProgress($limit, $total);
}
```

Sample output

```
[=======>                       ] 24%  1700/7203 remaining: 45sec elapsed: 14sec

```

You can optionally add the size of the progress bar (default is 30)

```
ConsoleProgressBar::showProgress($limit, $total, $size);
```

License
-------

[](#license)

Laravel Console Progress Bar is licensed under the [MIT License](http://opensource.org/licenses/MIT).

Copyright 2017 **Shanuka Dilshan**

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity33

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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

5

Last Release

3246d ago

### Community

Maintainers

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

---

Top Contributors

[![ms48](https://avatars.githubusercontent.com/u/13364378?v=4)](https://github.com/ms48 "ms48 (9 commits)")

---

Tags

consolelaravelprogressbar

### Embed Badge

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

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

###  Alternatives

[nunomaduro/laravel-console-dusk

Laravel Console Dusk allows the usage of Laravel Dusk in Laravel/Laravel Zero artisan commands.

16255.4k7](/packages/nunomaduro-laravel-console-dusk)[teepluss/explore

apidocjs explorer for Laravel

221.7k](/packages/teepluss-explore)

PHPackages © 2026

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