toolsphp / progress-bar
There is no license information available for the latest version (0.1) of this package.
0.1
2016-10-03 10:17 UTC
This package is not auto-updated.
Last update: 2024-11-13 20:36:47 UTC
README
example: $bar = ProgressBar::create(50, 100);
for ($i =0; $i < 100;$i++) { $bar->update($i); }