PHPackages                             wilzokch/laravel-progress-bar-lite - 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. [Templating &amp; Views](/categories/templating)
4. /
5. wilzokch/laravel-progress-bar-lite

ActiveProject[Templating &amp; Views](/categories/templating)

wilzokch/laravel-progress-bar-lite
==================================

Fast Progress Bar for Laravel Command.

v1.0.3(7y ago)31.4kGPL-3.0-or-laterPHPPHP &gt;=5.4

Since Apr 2Pushed 5y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

Fast Progress Bar for Laravel Command
=====================================

[](#fast-progress-bar-for-laravel-command)

This is a package to provide a faster progress bar for Laravel 5.1 and above.

Problem
-------

[](#problem)

Laravel default progress bar will slow down the proccessing time significantly when your data are too large.

Solution
--------

[](#solution)

This progress bar allow you to configure the update frequency of progress bar (default update frequency is 100)

Installation via "composer require"
-----------------------------------

[](#installation-via-composer-require)

```
    composer require wilzokch/laravel-progress-bar-lite
```

Example
-------

[](#example)

```
// put in your command class or refer to sample/TestCommand.php
use LiteProgressBarTrait;
```

```
// create progress bar using following function instead of $this->output->createProgressBar(count($data));
$bar = $this->createProgressBar(count($data));
```

Test result with my PC
----------------------

[](#test-result-with-my-pc)

using Laravel Progress bar

```
 100000/100000 [============================] 100%
time taken: 79.0038s

```

using Progress bar lite

```
 100000/100000 [============================] 100%
time taken: 0.5265s

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

Unknown

Total

1

Last Release

2597d ago

### Community

Maintainers

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

---

Top Contributors

[![wilzokch](https://avatars.githubusercontent.com/u/8280365?v=4)](https://github.com/wilzokch "wilzokch (10 commits)")

---

Tags

laravellaravel-5-packagelaravel-commandlaravel5phpprogress-barcomposerpackagetemplate

### Embed Badge

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

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

PHPackages © 2026

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