frolikov / cligraph
draw graphic elements in terminal
1.3
2019-08-06 10:20 UTC
This package is not auto-updated.
Last update: 2025-03-27 12:26:32 UTC
README
usage:
$maxBarLength = 50; $drawer = new \CliGraph\Drawer($maxBarLength); $percents = 33; print PHP_EOL; print "{$percents} percents or {$maxBarLength} symbols: \n"; print $drawer->getBar($percents) . PHP_EOL; print PHP_EOL;
result:
33 percents or 50 symbols:
▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░