Client for service sendpulse
This API client base on official API client
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.
Add this to your main configuration's components array:
'sendpulse' => [
'class' => \sevenfloor\sendpulse\SendPulse::className(),
'userId' => 'your_userId_',
'secret' => 'your_secret',
'storageType' => 'session'
],