Download the PHP package kbim-dev/yii2-socketio without Composer
On this page you can find all versions of the php package kbim-dev/yii2-socketio. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kbim-dev/yii2-socketio
More information about kbim-dev/yii2-socketio
Files in kbim-dev/yii2-socketio
Download kbim-dev/yii2-socketio
More information about kbim-dev/yii2-socketio
Files in kbim-dev/yii2-socketio
Vendor kbim-dev
Package yii2-socketio
Short Description The simple and powerful socketio for the Yii2 framework
License MIT
Package yii2-socketio
Short Description The simple and powerful socketio for the Yii2 framework
License MIT
Please rate this library. Is it a good library?
Informations about the package yii2-socketio
Socket.io Yii extensions
Use all power of socket.io in your Yii 2 project.
Config
Install node + additional npm
Console config
Start sockeio server
Stop sockeio server
OR use pm2(http://pm2.keymetrics.io/). PM2 is powerful process manager. Using socketio in this way is the best practice.
pm2 config:
Run PM2 daemons
PM2 will be run these two commands in background::
Common config
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
Soket.io has room functionl. If you need it, you should implement:
- EventRoomInterface
All versions of yii2-socketio with dependencies
PHP Build Version
Package Version
The package kbim-dev/yii2-socketio contains the following files
Loading the files please wait ....