litphp / runner-road-runner
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/litphp/runner-road-runner
Requires
- litphp/bolt: ^0.9
- spiral/roadrunner: ^1.2
Requires (Dev)
- phpstan/phpstan-phpunit: ^0.11.2
- phpstan/phpstan-shim: ^0.11.7
- phpunit/phpunit: ^7.5
- squizlabs/php_codesniffer: ^3.4
This package is auto-updated.
Last update: 2025-09-12 15:15:34 UTC
README
Usage
- Install roadrunner go binary
rr
- Write a php file calling
RoadRunnerWorker::run
with your configuration, then use it ascommand
in your.rr.yaml
file, then start your server withrr serve
(see _example)