Too tired to write descriptive message

This commit is contained in:
2023-11-01 18:05:31 -04:00
commit fe9811bd24
14 changed files with 972 additions and 0 deletions

10
examples/windows.php Normal file
View File

@@ -0,0 +1,10 @@
<?php
use Siteworx\ProgressBar\CliProgressBar;
require_once('./../vendor/autoload.php');
$bar = new CliProgressBar(10, 3);
$bar->displayAlternateProgressBar();
$bar->display();
$bar->end();