schenke-io/terminal
最新稳定版本:v1.4.0
Composer 安装命令:
composer require schenke-io/terminal
包简介
PHP classes for simple terminal functionality
README 文档
README
PHP classes for simple terminal functionality
ConsoleColor
To install just run:
composer require schenke-io/terminal
Just call the static method and
<?php use SchenkeIo\Terminal\ConsoleColor; echo "Standard\n"; echo ConsoleColor::successLine('+ super !');
it will output:
Standard
+ super !
To see all styles run:
composer self-test-styles
To see all combinations try this:
composer self-test-all
统计信息
- 总下载量: 35
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-03-08