Skip to content

thephpleague/climate

Folders and files

NameName
Last commit message
Last commit date
Nov 18, 2024
Nov 18, 2024
Nov 18, 2024
Oct 30, 2024
Oct 30, 2024
Aug 6, 2015
Nov 18, 2024
Oct 19, 2017
Oct 2, 2015
Dec 10, 2020
Apr 30, 2015
Jan 10, 2021
Nov 24, 2024
Oct 30, 2024
Oct 30, 2024

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.