litphp / runner-road-runner
v0.9.1
2019-10-20 15:42 UTC
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: 2024-10-12 13:07:01 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)