Download the PHP package asepindra/yii2-new-pusher without Composer
On this page you can find all versions of the php package asepindra/yii2-new-pusher. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download asepindra/yii2-new-pusher
More information about asepindra/yii2-new-pusher
Files in asepindra/yii2-new-pusher
Download asepindra/yii2-new-pusher
More information about asepindra/yii2-new-pusher
Files in asepindra/yii2-new-pusher
Vendor asepindra
Package yii2-new-pusher
Short Description Yii2 wrapper for Pusher
License BSD-3-Clause
Homepage http://asepindra.id
Package yii2-new-pusher
Short Description Yii2 wrapper for Pusher
License BSD-3-Clause
Homepage http://asepindra.id
Please rate this library. Is it a good library?
Informations about the package yii2-new-pusher
yii2-pusher
A Yii2 extension for Pusher.com
This is an extension for Yii2 that makes it easy to use Pusher.
You can configure it in your application components
configuration like so:
'pusher' => [
'class' => 'asepindra\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.
An example of typical usage:
Yii::$app->pusher->push('my-channel', 'my_event', 'hello world');
This extension is a wrapper for pusher-http-php
All versions of yii2-new-pusher with dependencies
PHP Build Version
Package Version
The package asepindra/yii2-new-pusher contains the following files
Loading the files please wait ....