PHP's best friend for the terminal.

Craig Duncan 237f70e103 Add support for PHP 8.4 2 дней назад
.github 237f70e103 Add support for PHP 8.4 2 дней назад
src 237f70e103 Add support for PHP 8.4 2 дней назад
tests 39d0bf433f feat: Adds methods in Progress to return the current value and total value of the progress bar. (#206) 2 дней назад
.gitattributes b5b54bc718 Tidy up the phpunit config and ensure all errors cause test failure 2 недель назад
.gitignore b5b54bc718 Tidy up the phpunit config and ensure all errors cause test failure 2 недель назад
.scrutinizer.yml 4b6e7219ec exclude tests directory from code analysis 9 лет назад
CHANGELOG.md 237f70e103 Add support for PHP 8.4 2 дней назад
CODE_OF_CONDUCT.md 26d14737f1 Rename the code of conduct to follow the GitHub guidelines 7 лет назад
CONTRIBUTING.md 9c4cb2a79c composer test, added conduct and contributing docs 9 лет назад
Dockerfile 6c43c370d2 Drop support for PHP 7.2 4 лет назад
LICENSE.md 1f029865a9 updated license filename 9 лет назад
README.md 9edbac0adf Replace Travis with GitHub actions 3 лет назад
composer.json 2cecff8748 Add support for PHP 8.2 and 8.3 2 недель назад
phpcs.xml 4869248177 Setup codesniffer for coding standards 3 недель назад
phpunit.xml.dist b5b54bc718 Tidy up the phpunit config and ensure all errors cause test failure 2 недель назад

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.