Laravel FAYE
![Software License][ico-license]
![Total Downloads][ico-downloads], (*1)
Laravel FAYE is a Laravel wrapper for the official PHP FAYE API, (*2)
This package is intended to used with Laravel. Tested and working with laravel 5.1., (*3)
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., (*4)
Install
Via Composer, (*5)
``` bash
$ composer require LinkThrow/laravel-faye, (*6)
###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.
## Usage
``` bash
Faye::send("/channel1", array("name" => "foo"), array("token" => "456454sdqd"));
Change log
Please see CHANGELOG for more information what has changed recently., (*7)
Testing
bash
$ phpspec run, (*8)
Contributing
Please see CONTRIBUTING and CONDUCT for details., (*9)
Security
If you discover any security related issues, please email LinkThrow.shakya@gmail.com instead of using the issue tracker., (*10)
Credits
License
The MIT License (MIT). Please see License File for more information., (*11)