Download the PHP package arnislielturks/faye-laravel-broadcaster without Composer
On this page you can find all versions of the php package arnislielturks/faye-laravel-broadcaster. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download arnislielturks/faye-laravel-broadcaster
More information about arnislielturks/faye-laravel-broadcaster
Files in arnislielturks/faye-laravel-broadcaster
Download arnislielturks/faye-laravel-broadcaster
More information about arnislielturks/faye-laravel-broadcaster
Files in arnislielturks/faye-laravel-broadcaster
Vendor arnislielturks
Package faye-laravel-broadcaster
Short Description Faye service laravel broadcaster
License MIT
Homepage https://faye.jcoglan.com/
Package faye-laravel-broadcaster
Short Description Faye service laravel broadcaster
License MIT
Homepage https://faye.jcoglan.com/
Please rate this library. Is it a good library?
Informations about the package faye-laravel-broadcaster
faye-laravel-broadcaster
This is a wrapper for https://github.com/ArnisLielturks/faye-client library. Intended for use in Laravel 5+ applications. This allows broadcasting messages to Faye service via Laravel events
Installation
-
Install the package via composer:
-
Register the provider in config/app.php
-
Add configuration file (config/faye.php) with the following content. This should point to the Faye service
- Change the broadcast driver to Faye in (config/broadcasting.php
OR set this value in .env file
-
Create event which will send out the broadcast via Faye service
- Send out the event via Controller
Outgoing message to the /test_event channel will look something like this:
That's it!
All versions of faye-laravel-broadcaster with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
illuminate/broadcasting Version ^5.4
arnislielturks/faye-client Version ^0.16
illuminate/broadcasting Version ^5.4
arnislielturks/faye-client Version ^0.16
The package arnislielturks/faye-laravel-broadcaster contains the following files
Loading the files please wait ....