friendsofhyperf/pretty-console

为Hyperf提供的美观控制台组件。

v3.1.39 2024-09-10 05:32 UTC

README

Latest Test Latest Stable Version Total Downloads License

为Hyperf提供的美观控制台组件。

image

安装

composer require friendsofhyperf/pretty-console

用法

<?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.');
    }
}

感谢

联系

许可证

MIT