2017 © Pedro Peláez
 

library laravel-faye

Laravel FAYE wrapper for official PHP FAYE API

image

linkthrow/laravel-faye

Laravel FAYE wrapper for official PHP FAYE API

  • Tuesday, April 26, 2016
  • by linkthrow
  • Repository
  • 1 Watchers
  • 0 Stars
  • 58 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 2 % Grown

The README.md

Laravel FAYE

Latest Version on Packagist ![Software License][ico-license] Build Status Quality Score ![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)

The Versions

26/04 2016

dev-master

9999999-dev https://github.com/linkthrow/laravel-faye

Laravel FAYE wrapper for official PHP FAYE API

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel faye web sockets

26/04 2016

dev-development

dev-development https://github.com/linkthrow/laravel-faye

Laravel FAYE wrapper for official PHP FAYE API

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel faye web sockets