PHP's best friend for the terminal.

Craig Duncan a2191fa276 array output mess 8 лет назад
src a2191fa276 array output mess 6 лет назад
tests a2191fa276 array output mess 6 лет назад
.gitattributes bab566f778 added additional items to git attributes 9 лет назад
.gitignore f92c6d3a3b fixed up animation tests 9 лет назад
.scrutinizer.yml 4b6e7219ec exclude tests directory from code analysis 9 лет назад
.styleci.yml 67984a865e styleci config file 9 лет назад
.travis.yml 0825c5c6b4 Drop support for PHP 5.4 and 5.5 6 лет назад
CHANGELOG.md 834cb907c8 updated changelog for 3.2.0 release 9 лет назад
CODE_OF_CONDUCT.md 26d14737f1 Rename the code of conduct to follow the GitHub guidelines 6 лет назад
CONTRIBUTING.md 9c4cb2a79c composer test, added conduct and contributing docs 8 лет назад
Gulpfile.js e36dfca335 simplified gulpfile by using laravel elixir for tdd watching. 9 лет назад
LICENSE.md 1f029865a9 updated license filename 9 лет назад
README.md a023d89e84 Update the readme 6 лет назад
composer.json a023d89e84 Update the readme 6 лет назад
package.json e36dfca335 simplified gulpfile by using laravel elixir for tdd watching. 9 лет назад
phpunit.xml a133f4f135 new configs, lets do it 9 лет назад

README.md

CLImate

Latest Version Software License Build Status Coverage Status Quality Score Total Downloads

Running PHP from the command line? CLImate is your new best bud.

CLImate allows you to easily output colored text, special formats, and more.

Installation

Using composer:

$ composer require league/climate

Quick Example

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/

Credits

This library was created by Joe Tannenbaum.
Much love to Damian Makki for the logo.