终端允许简单地记录并显示终端中的漂亮信息

0.0.1 2024-02-16 11:14 UTC

This package is auto-updated.

Last update: 2024-09-16 14:33:58 UTC


README

主要用途是在终端中以良好的外观显示信息。

有关用法案例,请参阅 Fignon 框架

安装

composer require fignon/terminal

使用方法

use Fignon\Extra\Terminal;

$terminal = new Terminal();
$terminal->write('Hello World');

// Make a frame around the message with a color
$terminal->log($terminal->frame("Chinese: 你好,世界! (Nǐ hǎo, shìjiè!)"), 'cyan', ['bold']);