2017 © Pedro Peláez
 

library laravel-socket

Socket gun based on Elephant.io for Laravel

image

marcuscampos/laravel-socket

Socket gun based on Elephant.io for Laravel

  • Tuesday, January 10, 2017
  • by marcus-campos
  • Repository
  • 1 Watchers
  • 2 Stars
  • 75 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 3 % Grown

The README.md

Laravel Socket.io [Abandoned]

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

Instalation, (*2)

Run

composer require marcuscampos/laravel-socket

Add to config/app.php providers

MarcusCampos\LaravelSocket\SocketServiceProvider::class,

If you want custom name add to aliases, (*3)

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

Publish config

php artisan vendor:publish

Usage

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

The Versions

10/01 2017

dev-master

9999999-dev https://github.com/marcus-campos/laravel-socket

Socket gun based on Elephant.io for Laravel

  Sources   Download

MIT

The Requires

 

by Marcus Vinicius Campos

laravel react io socket elephant

10/01 2017

v1.0.0

1.0.0.0 https://github.com/marcus-campos/laravel-socket

Socket gun based on Elephant.io for Laravel

  Sources   Download

MIT

The Requires

 

by Marcus Vinicius Campos

laravel react io socket elephant