2017 © Pedro Peláez
 

library faye-client

Faye Client Service provider for laravel

image

arnislielturks/faye-client

Faye Client Service provider for laravel

  • Thursday, April 27, 2017
  • by ArnisLielturks
  • Repository
  • 0 Watchers
  • 0 Stars
  • 301 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 1 % Grown

The README.md

faye-client

This is a wrapper for awesome https://github.com/nchaulet/faye-client library. Intended for use in Laravel 5+ applications

Installation

  1. Install the package via composer: ```sh composer require arnislielturks/faye-client

2. Register the provider in config/app.php ```php // 'providers' => [ ArnisLielturks\FayeClient\FayeServiceProvider::class, // ];
  1. Add configuration file (config/faye.php) with the following content. This should point to the Faye service
return [
    'server' => 'http://127.0.0.1:8000',
    'token' => 'your-token-here'
];
  1. Initialize and use the Faye client
namespace App\Http\Controllers;

use Illuminate\Http\Request;
use ArnisLielturks\FayeClient\FayeServiceInterface;

class TestController extends Controller
{
    protected $faye;

    public function __construct(FayeServiceInterface $faye)
    {
        $this->faye = $faye;
    }

    public function sendFayeMessage()
    {
        $this->faye->send('/test', ['message'=>'test'], ['token' => '123']);
    }
}

That's it!, (*1)

The Versions

27/04 2017

dev-master

9999999-dev https://faye.jcoglan.com/

Faye Client Service provider for laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Arnis Lielturks

laravel faye faye-client

27/04 2017

0.16

0.16.0.0 https://faye.jcoglan.com/

Faye Client Service provider for laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Arnis Lielturks

laravel faye faye-client

24/04 2017

0.15

0.15.0.0 https://faye.jcoglan.com/

Faye Client Service provider for laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Arnis Lielturks

laravel faye faye-client

24/04 2017

0.14.1

0.14.1.0 https://faye.jcoglan.com/

Faye Client Service provider for laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Arnis Lielturks

laravel faye faye-client

24/04 2017

0.14

0.14.0.0 https://faye.jcoglan.com/

Faye Client Service provider for laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Arnis Lielturks

laravel faye faye-client

24/04 2017

0.13

0.13.0.0 https://faye.jcoglan.com/

Faye Client Service provider for laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Arnis Lielturks

laravel faye faye-client

24/04 2017

0.12

0.12.0.0 https://faye.jcoglan.com/

Faye Client Service provider for laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Arnis Lielturks

laravel faye faye-client

24/04 2017

0.11

0.11.0.0 https://faye.jcoglan.com/

Faye Client Service provider for laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Arnis Lielturks

laravel faye faye-client

24/04 2017

0.1

0.1.0.0 https://faye.jcoglan.com/

Faye Client Service provider for laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Arnis Lielturks

laravel faye faye-client