timenz / laravel-socket.io-emitter by timenz

Laravel socket.io emitter based on wisembly/elephant.io
77
0
2
Package Data
Maintainer Username: timenz
Maintainer Contact: timenmail@gmail.com (Timen Chad)
Package Create Date: 2015-04-05
Package Last Update: 2015-04-05
Language: PHP
License: MIT
Last Refreshed: 2024-04-25 15:01:58
Package Statistics
Total Downloads: 77
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 2
Total Open Issues: 0

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