Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
Command
✓ use Hyperf\Command\Command;
Define a custom Hyperf command.
use Hyperf\Command\Command;
class MyCommand extends Command
{
protected $name = 'my:command';
public function handle()
{
$this->line('Hello Hyperf!');
}
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
3.1.64latest on Packagist
Audit
Dependencies
No dependency data recorded yet.