Logo

PHP Websockets

Simple and multifunctional PHP WebSocket server

Probably you heard about low performance with PHP Websockets implementation. That is why most developers decided to use NodeJS or C++ implementation. However, since PHP7 has been released we have many improvements. The most improvement is performance. And finally we can use PHP to build our WebSockets server.

Explore By Topic