2017 © Pedro PelĂĄez
 

library batched-pusher-channels

Returns batched pusher auth responses

image

morloderex/batched-pusher-channels

Returns batched pusher auth responses

  • Saturday, July 14, 2018
  • by morloderex
  • Repository
  • 2 Watchers
  • 2 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

Batched push provider for laravel

Build Status, (*1)

This package allows batch the authentication requests from pusher in one request using Dirk Bonhomme authorizor plugin., (*2)

Once installed you will see authorization requests towards your channels in batches., (*3)

Installation

This package can be used in Laravel 5.5 or higher., (*4)

You can install the package via composer:, (*5)

``` bash composer require morloderex/batched-pusher-channels, (*6)


In Laravel 5.5 the service provider will automatically get registered. In older versions of the framework just add the service provider in `config/app.php` file: ```php 'providers' => [ // ... Morloderex\PusherBatch\Providers\BatchedPusherProvider::class, ];

Change your broadcast provider

Once installed through composer by the require command. You then change the BROADCAST_PROVIDER environment variable to be BatchedPusher, (*7)

And you should be all set., (*8)

Testing

bash phpunit, (*9)

Changelog

Please see CHANGELOG for more information what has changed recently., (*10)

Contributing

Please see CONTRIBUTING for details., (*11)

Security

If you discover any security-related issues, please email michael.lundboel@gmail.com instead of using the issue tracker., (*12)

Credits

This package is heavily based on Dirk Bonhomme's awesome Package, (*13)

License

The MIT License (MIT). Please see License File for more information., (*14)

The Versions

14/07 2018

dev-master

9999999-dev

Returns batched pusher auth responses

  Sources   Download

MIT

The Requires

 

The Development Requires

by Michael Lundbøl

14/07 2018

1.0.3

1.0.3.0

Returns batched pusher auth responses

  Sources   Download

MIT

The Requires

 

The Development Requires

by Michael Lundbøl

14/07 2018

1.0.2

1.0.2.0

Returns batched pusher auth responses

  Sources   Download

MIT

The Requires

 

The Development Requires

by Michael Lundbøl

12/02 2018

1.0.1

1.0.1.0

Returns batched pusher auth responses

  Sources   Download

MIT

The Requires

 

The Development Requires

by Michael Lundbøl

12/02 2018

dev-analysis-8P05OY

dev-analysis-8P05OY

Returns batched pusher auth responses

  Sources   Download

MIT

The Requires

 

The Development Requires

by Michael Lundbøl

09/02 2018

1.0.0

1.0.0.0

Returns batched pusher auth responses

  Sources   Download

MIT

The Requires

 

The Development Requires

by Michael Lundbøl

09/02 2018

0.2.0

0.2.0.0

Returns batched pusher auth responses

  Sources   Download

MIT

The Requires

 

The Development Requires

by Michael Lundbøl

09/02 2018

0.1.0

0.1.0.0

Returns batched pusher auth responses

  Sources   Download

MIT

The Requires

 

The Development Requires

by Michael Lundbøl