diff options
author | Anton Titov <[email protected]> | 2020-05-31 17:00:10 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2020-05-31 17:00:10 +0300 |
commit | c264d9f1a788682aa9d065ffede47d7ff3082b2a (patch) | |
tree | a9df8e094b16c8d351b8b913f4d868078c7ee4da | |
parent | af2b44192819d88b5beb0a1ca73646475eb25b5a (diff) |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ Features: - Payload context and body - Protocol, worker and job level error management (including PHP errors) - Very fast (~250k rpc calls per second on Ryzen 1700X using 16 threads) -- Integrations with Symfony, Laravel, Slim, CakePHP, Zend Expressive +- Integrations with Symfony, [Laravel](https://github.com/spiral/roadrunner-laravel), Slim, CakePHP, Zend Expressive - Application server for [Spiral](https://github.com/spiral/framework) - Automatic reloading on file changes - Works on Windows (Unix sockets (AF_UNIX) supported on Windows 10) |