| Package Data | |
|---|---|
| Maintainer Username: | linkthrow |
| Maintainer Contact: | hussan@uselinkthrow.com (Hussan Choudhry) |
| Package Create Date: | 2016-04-25 |
| Package Last Update: | 2016-04-26 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-02 15:15:03 |
| Package Statistics | |
|---|---|
| Total Downloads: | 90 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
Laravel FAYE is a Laravel wrapper for the official PHP FAYE API
This package is intended to used with Laravel. Tested and working with laravel 5.1.
This code is based on Faye-client. A major part of it is taken from there and I added the things that I thought it required.
Via Composer
$ composer require LinkThrow/laravel-faye
###Laravel
Add LinkThrow\Faye\FayeServiceProvider::class to your providers array.
If you wish to use the Facade then add
'Faye' => LinkThrow\Faye\Facades\Faye::class
The package will automatically use the config file containing the list of banned words.
Faye::send("/channel1", array("name" => "foo"), array("token" => "456454sdqd"));
Please see CHANGELOG for more information what has changed recently.
$ phpspec run
Please see CONTRIBUTING and CONDUCT for details.
If you discover any security related issues, please email LinkThrow.shakya@gmail.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.