league / climate
PHP的终端最佳伙伴。CLImate让您轻松输出彩色文本、特殊格式等。
3.8.2
2022-06-18 14:42 UTC
Requires
- php: ^7.3 || ^8.0
- psr/log: ^1.0 || ^2.0 || ^3.0
- seld/cli-prompt: ^1.0
Requires (Dev)
- mikey179/vfsstream: ^1.6.10
- mockery/mockery: ^1.4.2
- phpunit/phpunit: ^9.5.10
Suggests
- ext-mbstring: If ext-mbstring is not available you MUST install symfony/polyfill-mbstring
- dev-master
- 3.8.2
- 3.8.1
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.2
- 3.5.1
- 3.5.0
- 3.4.1
- 3.4.0
- 3.3.0
- 3.2.4
- 3.2.3
- 3.2.2
- 3.2.1
- 3.2.0
- 3.1.1
- 3.1.0
- 3.0.0
- 2.6.1
- 2.6.0
- 2.5.0
- 2.4.1
- 2.4.0
- 2.3.1
- 2.3.0
- 2.1.1
- 2.1.0
- 2.0.0
- 1.0.2
- 1.0.1
- 1.0.0
- 0.2.0
- 0.1.5
- 0.1.4
- 0.1.3
- 0.1.2
- 0.1.1
- 0.1.0
- dev-actions
- dev-countdown
- dev-interactive-mode
- dev-progress-each
- dev-commands
- dev-allow-padding-br
- dev-array-output
This package is auto-updated.
Last update: 2024-09-18 19:09:06 UTC
README
在命令行中运行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提供的标志。