Registry / async / spiral-roadrunner-worker

spiral-roadrunner-worker

JSON →
library3.6.2phppackagistunverified

RoadRunner: PHP worker.

composer require spiral/roadrunner-worker
INSTALL
IMPORT
SIG · SPIRAL-ROADRUNNER-
S
spiral-roadrunner-worker
asyncphpv3.6.2
harness data pending
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.

Worker
use Spiral\RoadRunner\Worker;

Create a RoadRunner worker that processes requests.

use Spiral\RoadRunner\Worker; $worker = Worker::create(); while ($request = $worker->waitPayload()) { $worker->send('Hello World'); }
Debug
Known issues
gotchaRequires RoadRunner server running.
fix
Ensure the RoadRunner binary is installed and configured.
affects: >=3.0
Upgrade
Version history
3.6.2latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
22
Resources
spiral-roadrunner-worker — pip install spiral-roadrunner-worker · libregistry