2017 © Pedro Peláez
 

yii2-extension yii2-pusher

Yii2 wrapper for Pusher

image

br0sk/yii2-pusher

Yii2 wrapper for Pusher

  • Wednesday, December 13, 2017
  • by br0sk
  • Repository
  • 2 Watchers
  • 0 Stars
  • 366 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 8 % Grown

The README.md

yii2-pusher

A Yii2 extension for Pusher.com, (*1)

This is an extension for Yii2 that makes it easy to use Pusher., (*2)

You can configure it in your application components configuration like so:, (*3)

'pusher' => [
    'class' => 'br0sk\pusher\Pusher',
    /*
     * Mandatory parameters.
     */
    'appId' => 'YOUR_APP_ID',
    'appKey' => 'YOUR_APP_KEY',
    'appSecret' => 'YOUR_APP_SECRET',
    /*
     * Optional parameters.
     */
    'options' => ['encrypted' => true, 'cluster' => 'YOUR_APP_CLUSTER']
],

note: Find the configuration details in your account by clicking on the app you want to use., (*4)

An example of typical usage:, (*5)

Yii::$app->pusher->push('my-channel', 'my_event', 'hello world');

This extension is a wrapper for pusher-http-php, (*6)

The Versions

13/12 2017

dev-master

9999999-dev http://br0sk.blogspot.com

Yii2 wrapper for Pusher

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 realtime pusher.com

13/12 2017

1.0.0

1.0.0.0 http://br0sk.blogspot.com

Yii2 wrapper for Pusher

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 realtime pusher.com

15/11 2015

0.1.1

0.1.1.0 http://br0sk.blogspot.com

Yii2 wrapper for Pusher

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 realtime pusher.com