vladbalmos / php-clicolor
A static class which outputs colored text when used in text terminals
Installs: 75
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/vladbalmos/php-clicolor
Requires
- php: >=5.4
- ext-posix: *
This package is not auto-updated.
Last update: 2021-05-01 00:08:04 UTC
README
A static class which outputs colored text when used in text terminals.
Usage
<?php
use CliColor\CliColor as CliColor;
echo CliColor::boldRed("DANGER!") . PHP_EOL;
This class is a work in progress and as such, only a few colors have been added. To see the full list of supported colors open src/CliColor.php and look at the $colors array.