RoadRunner application server driver for Marko --- serves your application from one long-running PHP worker process instead of spawning a new process per request.
composer require marko/roadrunner
composer require spiral/roadrunner-cli --dev
./vendor/bin/rr get-binarymarko rr:serveThe first run generates a .rr.yaml pointing at vendor/marko/roadrunner/worker.php, then starts the server.
Full usage, the reset lifecycle, unsupported packages, and API reference: marko/roadrunner