timenz/emitter

Laravel socket.io emitter based on wisembly/elephant.io
81
Install
composer require timenz/emitter
Latest Version:v0.0.1
PHP:>=5.4.0
License:MIT
Last Updated:Apr 5, 2015
Links: GitHub  ·  Packagist
Maintainer: timenz

Socket.io Emitter

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'))