phpsocket.io-emitter

Install

composer require workerman/phpsocket.io-emitter

example

$emitter = new Emitter();
$emitter->in('one room')->emit('newmsg', 'hello');
$emitter->emit('newmsg', array('type'=>'blog','content'=>'.....'));