diff options
-rw-r--r-- | README.md | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -47,6 +47,15 @@ Features: - integrations with Symfony, Laravel, Slim, CakePHP, Zend Expressive, Spiral - works on Windows +Installation: +-------- +To install: + +``` +$ composer require spiral/roadrunner +$ ./vendor/bin/rr get-binary +``` + Example: -------- @@ -80,6 +89,14 @@ http: > Read more in [Wiki](https://github.com/spiral/roadrunner/wiki/PHP-Workers). +Run: +---- +To run application server: + +``` +$ ./rr serve -v -d +``` + License: -------- The MIT License (MIT). Please see [`LICENSE`](./LICENSE) for more information. Maintained by [Spiral Scout](https://spiralscout.com). |