A process component for hyperf.
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.
use Hyperf\Process\AbstractProcess;
Define and run a custom process.
use Hyperf\Process\AbstractProcess;
class MyProcess extends AbstractProcess
{
public function handle(): void
{
echo "Process running\n";
}
}
$process = new MyProcess();
$process->handle();
Upgrade
Version history
Breaking-change detection hasn't run for this library yet.
Audit
Security & dependencies
CVE tracking and dependency tree are planned for a later release.