olive-cms/colorconsole

1.0.1 2018-08-18 18:11 UTC

This package is auto-updated.

Last update: 2024-09-22 03:29:08 UTC


README

ColorConsole 为 Olive 定制的 https://github.com/kevinlebrun/colors.php/color.php 许可证:(MIT 许可证) 版权 (c) 2018 Kevin Le Brun lebrun.k@gmail.com

安装

使用以下命令安装最新版本

$ composer require olive-cms/colorconsole

基本用法

require_once 'vendor/autoload.php';
use Olive\Tools\ColorConsole;

echo ColorConsole::render(
  'Your Message',
  [
    'color' => 'magenta',
    'background' => 'white',
    'style' => ['bold', 'reverse'],
    'align' => 'center'
  ]
);

文档

要求

  • PHP 5.5+。

许可证

olive-cms/colorconsole 在 MIT 许可证 下授权。