walkor / phpsocket.io

A server side alternative implementation of socket.io in PHP based on workerman.
2.3k stars 507 forks source link

How do I make it run in nginx php fpm ? #208

Closed qiulang closed 4 years ago

qiulang commented 4 years ago

Hi, I have a laravel app that I want to introduce websocket feature so I plan to use phpsocket.io.

My laravel app run using nginx+ php pfm , so how do I make it work with phpsocket.io ?

walkor commented 4 years ago

This project only works with php cli.

qiulang commented 4 years ago

Thanks for the reply.