Skip to content

marcus-campos/laravel-socket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Socket.io [Abandoned]

Socket gun based on wisembly/socket.io(socket.io v1.* emitter only) for Laravel.

Instalation ####Run

composer require marcuscampos/laravel-socket

####Add to config/app.php providers

MarcusCampos\LaravelSocket\SocketServiceProvider::class,

If you want custom name add to aliases

'SocketIo' => \MarcusCampos\LaravelSocket\Emitter\Facades\Emitter::class,

####Publish config

php artisan vendor:publish

####Usage

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

About

Socket gun based on Elephant.io for Laravel.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages