ouidade e64b18b9a9 first commit 4 năm trước cách đây
..
.github e64b18b9a9 first commit 4 năm trước cách đây
src e64b18b9a9 first commit 4 năm trước cách đây
CHANGELOG.md e64b18b9a9 first commit 4 năm trước cách đây
CONTRIBUTING.md e64b18b9a9 first commit 4 năm trước cách đây
Dockerfile e64b18b9a9 first commit 4 năm trước cách đây
LICENSE.md e64b18b9a9 first commit 4 năm trước cách đây
README.md e64b18b9a9 first commit 4 năm trước cách đây

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

The recommended method of installing this library is via Composer.

Run the following command from your project root:

$ composer require league/climate

Usage

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.
It is currently maintained and developed by Craig Duncan.
Much love to Damian Makki for the logo.