league/climate

PHP的终端最佳伙伴。CLImate让您轻松输出彩色文本、特殊格式等。

安装量: 10,832,497

依赖项: 298

建议者: 8

安全性: 0

星标: 1,867

关注者: 55

分支: 123

公开问题: 26

3.8.2 2022-06-18 14:42 UTC

README

CLImate

Latest Version Software License Build Status Coverage Status Quality Score Total Downloads

在命令行中运行PHP吗?CLImate是您的新最佳伙伴。

CLImate让您轻松输出彩色文本、特殊格式等。

安装

安装此库的推荐方法是使用Composer

从项目根目录运行以下命令

$ composer require league/climate

用法

require_once __DIR__ . "/vendor/autoload.php";

$climate = new \League\CLImate\CLImate;

$climate->red('Whoa now this text is red.');
$climate->blue('Blue? Wow!');

更多信息请访问https://climate.thephpleague.com/

致谢

此库由Joe Tannenbaum创建。
目前由Craig Duncan维护和开发。
感谢Damian Makki提供的标志。