I want create a socket io server with php in lumen (I don't want use nodejs, I must create with php).
I very searched in google and test very php libraries, But i could not found a good way for create socket io server with php/lumen.
I Tried These :
- Larave swoole
- workerman/phpsocket.io
Tank you.