PHPackages                             tinyapps/script-progress - 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. tinyapps/script-progress

ActiveLibrary

tinyapps/script-progress
========================

Super simple library for live-updating php-cli script progress output with estimated time that is left.

v1.0.1(4y ago)140MITPHPPHP ^7.0 || ^8.0

Since Feb 19Pushed 4y ago1 watchersCompare

[ Source](https://github.com/tinyappsde/script-progress)[ Packagist](https://packagist.org/packages/tinyapps/script-progress)[ RSS](/packages/tinyapps-script-progress/feed)WikiDiscussions master Synced 4d ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

Script Progress
===============

[](#script-progress)

This is a super simple library for php-cli script progress output. It’s easy-to-use and can print the estimated time that is left until your script is done. You always know if your script is still doing something or might be stuck – and when it will approximately finish.

Example output: `20% done. Appr. 02m 16s remaining.` – That’s it.

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

[](#installation)

`composer require tinyapps/script-progress`

Example Usage
-------------

[](#example-usage)

```
$numberOfItems = 20;
$progress = new TinyApps\ScriptProgress\Progress($numberOfItems);

for ($i=0; $i update($i);
}
```

There is also an example in the corresponding folder.

More features will be added soon.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Every ~300 days

Total

2

Last Release

1612d ago

PHP version history (2 changes)1.0.0PHP &gt;=7.0.0

v1.0.1PHP ^7.0 || ^8.0

### Community

Maintainers

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

---

Top Contributors

[![dioncodes](https://avatars.githubusercontent.com/u/1241360?v=4)](https://github.com/dioncodes "dioncodes (5 commits)")

### Embed Badge

![Health badge](/badges/tinyapps-script-progress/health.svg)

```
[![Health](https://phpackages.com/badges/tinyapps-script-progress/health.svg)](https://phpackages.com/packages/tinyapps-script-progress)
```

PHPackages © 2026

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