linkthrow/laravel-faye is a Laravel package for laravel faye wrapper for official php faye api.
It currently has 0 GitHub stars and 90 downloads on Packagist.
Install it with composer require linkthrow/laravel-faye.
Discover more Laravel packages by linkthrow
or browse all Laravel packages to compare alternatives.
Last updated
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 [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.