kevin tessier 9312edc3ae modif comtabilite 5 yıl önce
..
src 9312edc3ae modif comtabilite 5 yıl önce
CHANGELOG.md 9312edc3ae modif comtabilite 5 yıl önce
CODE_OF_CONDUCT.md 9312edc3ae modif comtabilite 5 yıl önce
CONTRIBUTING.md 906f96a15e fisrt commit' 6 yıl önce
LICENSE.md 906f96a15e fisrt commit' 6 yıl önce
README.md 9312edc3ae modif comtabilite 5 yıl önce

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.