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

8
examples/toString.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
use Siteworx\ProgressBar\CliProgressBar;
require_once('./../vendor/autoload.php');
$bar = new CliProgressBar(10, 3);
print $bar . "\n";