Client for service sendpulse
Client for service sendpulse, (*1)
This API client base on official API client, (*2)
, (*3)
Installation
The preferred way to install this extension is through composer., (*4)
Either run, (*5)
php composer.phar require --prefer-dist sevenfloor/yii2-sendpulse "*"
or add, (*6)
"sevenfloor/yii2-sendpulse": "*"
to the require section of your composer.json file., (*7)
Usage
Add this to your main configuration's components array:, (*8)
'sendpulse' => [
'class' => \sevenfloor\sendpulse\SendPulse::className(),
'userId' => 'your_userId_',
'secret' => 'your_secret',
'storageType' => 'session'
],