Skip to content

alesf/socket.io-php-emitter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Fork of ashiina/socket.io-php-emitter

This is a fork of ashiina/socket.io-php-emitter. If you have any questions or issues, please submit them there as this fork is not actively developed.

socket.io-php-emitter

A PHP implementation of socket.io-emitter.

Changelist

Emitting to multiple channels at once

This fork makes it possible to specify multiple channels to emit to in one call.

$emitter = new SocketIO\Emitter($redis);
$emitter
    ->in(['channel1', 'channel2', 'channel3'])
    ->emit('event', 'payload str');

About

A PHP implementation of socket.io-emitter

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • PHP 99.6%
  • Makefile 0.4%