Skip to content

SevenFloor/yii2-sendpulse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Client for service sendpulse

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'
        ],