climate

PHP's best friend for the terminal.

  • 所有者: thephpleague/climate
  • 平台:
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

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.

主要指标

概览
名称与所有者thephpleague/climate
主编程语言PHP
编程语言PHP (语言数: 2)
平台
许可证MIT License
所有者活动
创建于2014-08-17 22:56:48
推送于2024-11-24 11:48:01
最后一次提交
发布数42
最新版本名称3.10.0 (发布于 )
第一版名称0.1.0 (发布于 2014-08-18 21:41:22)
用户参与
星数1.9k
关注者数55
派生数126
提交数631
已启用问题?
问题数109
打开的问题数13
拉请求数61
打开的拉请求数2
关闭的拉请求数36
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?