Skip to content

thephpleague/climate

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

24e6ecd · Mar 16, 2021
Jan 10, 2021
Mar 16, 2021
Dec 10, 2020
Jan 10, 2021
Feb 11, 2018
Aug 6, 2015
Jul 29, 2015
Jan 10, 2021
Oct 19, 2017
Oct 2, 2015
Dec 10, 2020
Apr 30, 2015
Jan 10, 2021
Dec 10, 2020
Dec 10, 2020

Repository files navigation

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.