mirror of
https://github.com/nickian/mautic-whitelabeler.git
synced 2026-07-26 08:49:57 +08:00
| .. | ||
| src | ||
| CHANGELOG.md | ||
| CODE_OF_CONDUCT.md | ||
| composer.json | ||
| CONTRIBUTING.md | ||
| LICENSE.md | ||
| README.md | ||

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.