clicketyclick.dk / progressbar
show a status bar in the console
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/clicketyclick.dk/progressbar
README
Show a status bar in the console
Based on @@stackoverflow_icon@@
for($x=1;$x<=100;$x++){ show_status($x, 100); usleep(100000); }
Will produce a bar like:
[===> ] 10% 🕐 10/100 elap.⧔: 0 sec. remain.⧕: 0 sec. eta.𝜂 0
Building up till:
[===============================] 100% 🕛 100/100 elap.⧔: 0 sec. remain.⧕: 0 sec. eta.𝜂 0
Files
- progressbar.php
- progress_bar__test.php Testing
progress_bar.php - progress_bar__test.json Expected output from test to be match against actual output