toolsphp/progress-bar

There is no license information available for the latest version (0.1) of this package.

Installs: 343

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

pkg:composer/toolsphp/progress-bar

0.1 2016-10-03 10:17 UTC

This package is not auto-updated.

Last update: 2025-10-02 01:01:17 UTC


README

example: $bar = ProgressBar::create(50, 100);

for ($i =0; $i < 100;$i++) { $bar->update($i); }