Skip to content

Latest commit

History

53 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Pretty Console

中文说明

Latest TestLatest Stable VersionTotal DownloadsLicense

The pretty console component for Hyperf.

image

Installation

composer require friendsofhyperf/pretty-console

Usage

<?phpuseFriendsOfHyperf\PrettyConsole\Traits\Prettyable;
useHyperf\Command\CommandasHyperfCommand;
useHyperf\Command\Annotation\Command;
#[Command]
class FooCommand extends HyperfCommand
{
use Prettyable;
publicfunction function handle()
{
$this->components->info('Your message here.');
}
}

Thanks

Contact

License

MIT

About

[READ-ONLY]The pretty console component for Hyperf.

Resources

Security policy

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages