Popularity
7.3
Growing
Activity
0.0
Declining
1,865
55
123

Description

Running PHP from the command line? CLImate is your new best bud.

CLImate allows you to easily output colored text, special formats, and more.

Code Quality Rank: L5
Programming language: PHP
License: MIT License
Tags: Command Line     CLI     Command     Colors     Terminal    
Latest version: v3.8.1

CLImate alternatives and similar libraries

Based on the "Command Line" category.
Alternatively, view CLImate alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of CLImate or a related project?

Add another 'Command Line' Library

README

Latest Version [Software License](LICENSE.md) 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.


*Note that all licence references and agreements mentioned in the CLImate README section above are relevant to that project's source code only.