PHP's best friend for the terminal.
Craig Duncan 237f70e103 Add support for PHP 8.4 | 2 дней назад | |
---|---|---|
.github | 2 дней назад | |
src | 2 дней назад | |
tests | 2 дней назад | |
.gitattributes | 2 недель назад | |
.gitignore | 2 недель назад | |
.scrutinizer.yml | 9 лет назад | |
CHANGELOG.md | 2 дней назад | |
CODE_OF_CONDUCT.md | 7 лет назад | |
CONTRIBUTING.md | 9 лет назад | |
Dockerfile | 4 лет назад | |
LICENSE.md | 9 лет назад | |
README.md | 3 лет назад | |
composer.json | 2 недель назад | |
phpcs.xml | 3 недель назад | |
phpunit.xml.dist | 2 недель назад |
Running PHP from the command line? CLImate is your new best bud.
CLImate allows you to easily output colored text, special formats, and more.
The recommended method of installing this library is via Composer.
Run the following command from your project root:
$ 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.
It is currently maintained and developed by Craig Duncan.
Much love to Damian Makki for the logo.