PHP's best friend for the terminal.
Craig Duncan f14d7c09ec Allow the padding object to output a new line | 10 лет назад | |
---|---|---|
src | 6 лет назад | |
tests | 6 лет назад | |
.gitattributes | 9 лет назад | |
.gitignore | 9 лет назад | |
.scrutinizer.yml | 9 лет назад | |
.styleci.yml | 9 лет назад | |
.travis.yml | 7 лет назад | |
CHANGELOG.md | 9 лет назад | |
CODE_OF_CONDUCT.md | 7 лет назад | |
CONTRIBUTING.md | 9 лет назад | |
Gulpfile.js | 9 лет назад | |
LICENSE.md | 9 лет назад | |
README.md | 7 лет назад | |
composer.json | 7 лет назад | |
package.json | 9 лет назад | |
phpunit.xml | 10 лет назад |
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.