Download the PHP package sfcod/socketio without Composer
On this page you can find all versions of the php package sfcod/socketio. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package socketio
Symfony Socket.io bundle
Use all power of socket.io in your Symfony project.
Config
Install node, after install npm
Extend base class or use SF decorator. Ovveride fire or handle methods if it needs.
Process Middlewares
If you use doctrine, then you can connect "doctrine reconnect", then it will be reconnect for each process.
JWT token auth. Put SOCKET_IO_AUTH_TOKEN_PATH OR SOCKET_IO_AUTH_TOKEN_VALUE
Usage
Start nodejs server
Start php server
Create publisher from server to client
Create receiver from client to server
You can have publisher and receiver in one event. If you need check data from client to server you should use:
- EventPolicyInterface
Receiver with checking from client to server
Socket.io rooms
- EventRoomInterface (Backend side)
Client side
Run this on the backend side
Default events:
- connection
- disconnect
- join
- leave
All versions of socketio with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4
symfony/framework-bundle Version ^5.4
predis/predis Version ^1.1
symfony/monolog-bundle Version ^3.1
ezyang/htmlpurifier Version ^4.0
symfony/dotenv Version ^5.4
symfony/process Version ^5.4
symfony/framework-bundle Version ^5.4
predis/predis Version ^1.1
symfony/monolog-bundle Version ^3.1
ezyang/htmlpurifier Version ^4.0
symfony/dotenv Version ^5.4
symfony/process Version ^5.4
The package sfcod/socketio contains the following files
Loading the files please wait ....