sevenfloor/yii2-sendpulse

Client for service sendpulse

Installs: 12 123

Dependents: 0

Suggesters: 0

Security: 0

Stars: 6

Watchers: 3

Forks: 3

Open Issues: 1

Type:yii2-extension

0.0.2 2016-04-26 15:17 UTC

This package is not auto-updated.

Last update: 2024-04-27 16:58:16 UTC


README

Client for service sendpulse

This API client base on official API client

Latest Stable Version Total Downloads Latest Unstable Version License

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist sevenfloor/yii2-sendpulse "*"

or add

"sevenfloor/yii2-sendpulse": "*"

to the require section of your composer.json file.

Usage

Add this to your main configuration's components array:

'sendpulse' => [
            'class' => \sevenfloor\sendpulse\SendPulse::className(),
            'userId' => 'your_userId_',
            'secret' => 'your_secret',
            'storageType' => 'session'
        ],