friendsofhyperf/pretty-console
最新稳定版本:v3.2.0-beta.1
Composer 安装命令:
composer require friendsofhyperf/pretty-console
包简介
The pretty console component for Hyperf.
README 文档
README
The pretty console component for Hyperf.
Installation
composer require friendsofhyperf/pretty-console
Usage
<?php use FriendsOfHyperf\PrettyConsole\Traits\Prettyable; use Hyperf\Command\Command as HyperfCommand; use Hyperf\Command\Annotation\Command; #[Command] class FooCommand extends HyperfCommand { use Prettyable; public function function handle() { $this->components->info('Your message here.'); } }
Thanks
Contact
License
统计信息
- 总下载量: 22.63k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 3
- 依赖项目数: 4
- 推荐数: 2
其他信息
- 授权协议: MIT
- 更新时间: 2026-01-04
