Download the PHP package vladbalmos/php-clicolor without Composer
On this page you can find all versions of the php package vladbalmos/php-clicolor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download vladbalmos/php-clicolor
More information about vladbalmos/php-clicolor
Files in vladbalmos/php-clicolor
Download vladbalmos/php-clicolor
More information about vladbalmos/php-clicolor
Files in vladbalmos/php-clicolor
Vendor vladbalmos
Package php-clicolor
Short Description A static class which outputs colored text when used in text terminals
License MIT
Package php-clicolor
Short Description A static class which outputs colored text when used in text terminals
License MIT
Please rate this library. Is it a good library?
Informations about the package php-clicolor
php-clicolor
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.
All versions of php-clicolor with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
ext-posix Version *
ext-posix Version *
The package vladbalmos/php-clicolor contains the following files
Loading the files please wait ....