sevenfloor / yii2-sendpulse
Client for service sendpulse
Installs: 14 350
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 3
Forks: 3
Open Issues: 1
Type:yii2-extension
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-11-09 19:45:45 UTC
README
Client for service sendpulse
This API client base on official API client
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' ],