You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
information-system/akamai/vendor/league/climate
cyc ba6cf37197 部署 更新akamai CDN 缓存 6 years ago
..
src 部署 更新akamai CDN 缓存 6 years ago
CHANGELOG.md 部署 更新akamai CDN 缓存 6 years ago
CODE_OF_CONDUCT.md 部署 更新akamai CDN 缓存 6 years ago
CONTRIBUTING.md 部署 更新akamai CDN 缓存 6 years ago
LICENSE.md 部署 更新akamai CDN 缓存 6 years ago
README.md 部署 更新akamai CDN 缓存 6 years ago
composer.json 部署 更新akamai CDN 缓存 6 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

Using composer:

$ composer require league/climate

Quick Example

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.
Much love to Damian Makki for the logo.