2017 © Pedro Peláez
 

library emitter

Laravel socket.io emitter based on wisembly/elephant.io

image

timenz/emitter

Laravel socket.io emitter based on wisembly/elephant.io

  • Sunday, April 5, 2015
  • by timenz
  • Repository
  • 1 Watchers
  • 0 Stars
  • 69 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Socket.io Emitter

Simple laravel socket.io emitter based on wisembly/socket.io (socket.io v1.* emitter only), (*1)

Instalation

add to composer, (*2)

"require": {
  "timenz/emitter": "dev-master",
},

run, (*3)

composer update

add to config/app.php profiders, (*4)

'Timenz\Emitter\EmitterServiceProvider',

if you want custom name add to aliases, (*5)

'SocketIo'          => 'Timenz\Emitter\Facades\Emitter',

publish config, (*6)

php artisan config:publish timenz/emitter

test, (*7)

Emitter::emit('node', array('foo' => 'bar'))

The Versions

05/04 2015

dev-master

9999999-dev

Laravel socket.io emitter based on wisembly/elephant.io

  Sources   Download

MIT

The Requires

 

by Timen Chad

05/04 2015

v0.0.1

0.0.1.0

Laravel socket.io emitter based on wisembly/elephant.io

  Sources   Download

MIT

The Requires

 

by Timen Chad