PHPackages                             jjsquady/smart-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. jjsquady/smart-progressbar

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

jjsquady/smart-progressbar
==========================

0.1.1(9y ago)021PHP

Since Apr 29Pushed 9y ago1 watchersCompare

[ Source](https://github.com/jjsquady/smart-progressbar)[ Packagist](https://packagist.org/packages/jjsquady/smart-progressbar)[ RSS](/packages/jjsquady-smart-progressbar/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

Smart ProgressBar
=================

[](#smart-progressbar)

This a little study project to make a progressbar more smarty :D

The first goal was create a ConsoleProgressBar, that make a more easier see a task progress.

### Instalation

[](#instalation)

```
via composer:

composer require jjsquady/smart-progressbar

```

### Usage

[](#usage)

```
$someLength = 10000;
$progressBar = ConsoleProgressBar::init($someLength);

// Inside the task
echo $progressBar->update($currentLength)->render();

//or
echo $progressBar->increment($amountLength)->render();

```

### Output

[](#output)

```
// the output render some like
[======>         ] (25%) 2500/10000 Lines. Remaining 2 sec. Elapsed 5 sec.

```

Thats it! Thanks!

Licence MIT.

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 88.9% 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 ~2 days

Total

2

Last Release

3345d ago

### Community

Maintainers

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

---

Top Contributors

[![jjcodes78](https://avatars.githubusercontent.com/u/12722517?v=4)](https://github.com/jjcodes78 "jjcodes78 (8 commits)")[![zeusjammer](https://avatars.githubusercontent.com/u/5369110?v=4)](https://github.com/zeusjammer "zeusjammer (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jjsquady-smart-progressbar/health.svg)

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

###  Alternatives

[silverstripe/comments

Provides commenting functionality for your SilverStripe site.

40257.9k14](/packages/silverstripe-comments)

PHPackages © 2026

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