sevenfloor/yii2-sendpulse 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

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

统计信息

  • 总下载量: 19.28k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 6
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 6
  • Watchers: 2
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2016-04-15