PHP's best friend for the terminal.
Craig Duncan a2191fa276 array output mess | 9 years ago | |
---|---|---|
src | 6 years ago | |
tests | 6 years ago | |
.gitattributes | 9 years ago | |
.gitignore | 9 years ago | |
.scrutinizer.yml | 9 years ago | |
.styleci.yml | 9 years ago | |
.travis.yml | 7 years ago | |
CHANGELOG.md | 9 years ago | |
CODE_OF_CONDUCT.md | 7 years ago | |
CONTRIBUTING.md | 9 years ago | |
Gulpfile.js | 9 years ago | |
LICENSE.md | 9 years ago | |
README.md | 7 years ago | |
composer.json | 7 years ago | |
package.json | 9 years ago | |
phpunit.xml | 10 years ago |
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.