sevenfloor/yii2-sendpulse
最新稳定版本:0.0.2
Composer 安装命令:
composer require sevenfloor/yii2-sendpulse
包简介
Client for service sendpulse
关键字:
README 文档
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' ],
统计信息
- 总下载量: 19.28k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2016-04-15