PHP's best friend for the terminal.

Craig Duncan bec884416d Create an interactive mode 5 years ago
src bec884416d Create an interactive mode 5 years ago
tests 51d9cbe630 Allow the Reader to be managed by the CLImate instance 5 years ago
.gitattributes e8c1ad7e81 Remove gulp as this is a pure PHP package 6 years ago
.gitignore 4d3ddf97b6 Remove git settings that should be in global configuration 6 years ago
.scrutinizer.yml 4b6e7219ec exclude tests directory from code analysis 9 years ago
.styleci.yml 67984a865e styleci config file 9 years ago
.travis.yml e1a9fe912a Drop support for PHP 5.6 and PHP 7.0 5 years ago
CHANGELOG.md 0d2fdbf882 Prepare the release notes for version 3.5.0 5 years ago
CODE_OF_CONDUCT.md 26d14737f1 Rename the code of conduct to follow the GitHub guidelines 6 years ago
CONTRIBUTING.md 9c4cb2a79c composer test, added conduct and contributing docs 8 years ago
LICENSE.md 1f029865a9 updated license filename 9 years ago
README.md 062416322e Update the readme 6 years ago
composer.json e1a9fe912a Drop support for PHP 5.6 and PHP 7.0 5 years ago
phpunit.xml a133f4f135 new configs, lets do it 9 years ago

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.