Download the PHP package timenz/emitter without Composer
On this page you can find all versions of the php package timenz/emitter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download timenz/emitter
More information about timenz/emitter
Files in timenz/emitter
Download timenz/emitter
More information about timenz/emitter
Files in timenz/emitter
Vendor timenz
Package emitter
Short Description Laravel socket.io emitter based on wisembly/elephant.io
License MIT
Package emitter
Short Description Laravel socket.io emitter based on wisembly/elephant.io
License MIT
Please rate this library. Is it a good library?
Informations about the package emitter
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'))
All versions of emitter with dependencies
PHP Build Version
Package Version
The package timenz/emitter contains the following files
Loading the files please wait ....