2017 © Pedro Peláez
 

library laravel-elephantio

ElephantIO Service Provider for the Laravel PHP Framework

image

moura137/laravel-elephantio

ElephantIO Service Provider for the Laravel PHP Framework

  • Thursday, November 16, 2017
  • by moura137
  • Repository
  • 3 Watchers
  • 8 Stars
  • 4,058 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 6 Forks
  • 2 Open issues
  • 5 Versions
  • 9 % Grown

The README.md

Laravel Elephant IO

Build Status Coverage Status Scrutinizer Code Quality SensioLabsInsight, (*1)

This is a service provider for the Laravel PHP Framework, it provides access to socket.io via ElephantIO. http://elephant.io, (*2)

Installation

In the require key of composer.json file add the following, (*3)

"moura137/laravel-elephantio": "~1.0"

or, (*4)

Require this package with composer:, (*5)

composer require moura137/laravel-elephantio

In your config/app.php add 'Moura137\LaravelElephant\ElephantServiceProvider' to the end of the $providers array, (*6)

'providers' => [
    ...
    Moura137\LaravelElephant\ElephantServiceProvider::class,

],

At the end of config/app.php add 'Elephant' => 'Moura137\LaravelElephant\ElephantFacade' to the $aliases array, (*7)

'aliases' => array(

    ...
    'Elephant'    => Moura137\LaravelElephant\ElephantFacade::class,

),

Configuration

Publish config using artisan CLI., (*8)

php artisan vendor:publish --provider="Moura137\LaravelElephant\ElephantServiceProvider"

Usage

Elephant::emit('eventMsg', array('foo' => 'bar'));

The Versions

16/11 2017

dev-master

9999999-dev https://github.com/moura137/LaravelElephantIO

ElephantIO Service Provider for the Laravel PHP Framework

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

laravel php socket.io elephant.io

16/11 2017

1.0

1.0.0.0 https://github.com/moura137/LaravelElephantIO

ElephantIO Service Provider for the Laravel PHP Framework

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

laravel php socket.io elephant.io

23/08 2014

dev-refacto-1.0

dev-refacto-1.0 https://github.com/moura137/LaravelElephantIO

ElephantIO Service Provider for the Laravel PHP Framework

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

laravel php socket.io elephant.io

23/08 2014

1.0-beta

1.0.0.0-beta https://github.com/moura137/LaravelElephantIO

ElephantIO Service Provider for the Laravel PHP Framework

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

laravel php socket.io elephant.io

14/06 2014

0.1

0.1.0.0 https://github.com/moura137/LaravelElephantIO

ElephantIO Service Provider for the Laravel PHP Framework

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

laravel php socket.io elephant.io