Kévin Tessier 3fc62ab1f1 maj+ header | 6 anos atrás | |
---|---|---|
.. | ||
src | 6 anos atrás | |
CHANGELOG.md | 6 anos atrás | |
CODE_OF_CONDUCT.md | 6 anos atrás | |
CONTRIBUTING.md | 6 anos atrás | |
LICENSE.md | 6 anos atrás | |
README.md | 6 anos atrás |
Running PHP from the command line? CLImate is your new best bud.
CLImate allows you to easily output colored text, special formats, and more.
Using composer:
$ composer require league/climate
require_once __DIR__ . "vendor/autoload.php";
$climate = new \League\CLImate\CLImate;
$climate->red('Whoa now this text is red.');
$climate->blue('Blue? Wow!');
Read more at https://climate.thephpleague.com/
This library was created by Joe Tannenbaum.
Much love to Damian Makki for the logo.