stoffel/console-headline
Composer 安装命令:
composer require stoffel/console-headline
包简介
Headline helper for Symfony Console using FIGlet Fonts
README 文档
README
Helper to create FIGlet headlines with Symfony Console and Laminas Text.
Try examples
$ git clone git@github.com:chr-hertel/console-headline.git
$ cd console-headline
$ composer install
$ example/hello-world
Usage
$ composer require stoffel/console-headline
Usage in PHP
use Stoffel\Console\Headline\HeadlineHelper; HeadlineHelper::create($output) ->setText('Hello World!') ->setColor(new Color('#00FF00', '', ['bold'])) ->setFigletOptions([ 'font' => '/path/to/font.flf', ]) ->write();
统计信息
- 总下载量: 48
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-10-10
