timenz/emitter

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

v0.0.1 2015-04-05 08:13 UTC

This package is not auto-updated.

Last update: 2024-04-13 14:39:55 UTC


README

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

Instalation

add to composer

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

run

composer update

add to config/app.php profiders

'Timenz\Emitter\EmitterServiceProvider',

if you want custom name add to aliases

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

publish config

php artisan config:publish timenz/emitter

test

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