toolsphp/progress-bar

该软件包最新版本(0.1)没有提供许可证信息。

0.1 2016-10-03 10:17 UTC

This package is not auto-updated.

Last update: 2024-09-18 19:54:07 UTC


README

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

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