Download the PHP package cloudycity/tencent-marketing-sdk without Composer
On this page you can find all versions of the php package cloudycity/tencent-marketing-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download cloudycity/tencent-marketing-sdk
More information about cloudycity/tencent-marketing-sdk
Files in cloudycity/tencent-marketing-sdk
Download cloudycity/tencent-marketing-sdk
More information about cloudycity/tencent-marketing-sdk
Files in cloudycity/tencent-marketing-sdk
Vendor cloudycity
Package tencent-marketing-sdk
Short Description Tencent MarketingAPI SDK
License MIT
Package tencent-marketing-sdk
Short Description Tencent MarketingAPI SDK
License MIT
Please rate this library. Is it a good library?
Informations about the package tencent-marketing-sdk
广点通SDK
简体中文 | English
内容列表
- 简介
- 安装
- 使用说明
- 授权
- 基础调用
- 请求参数与响应类型
- 自动翻页
- 工厂
- 维护者
- 如何贡献
- 使用许可
简介
当前支持的API版本: v1.1
本仓库从 MrSuperLi/tencent-marketing-api-php-sdk
分支
相较于原仓库上的改动:
- 集成授权
- 客户端传入
advertiser_id
参数 - 客户端按业务(资源)模块调用
- 请求参数支持数组
- 支持多种响应类型
- 使用PSR-2
安装
composer install cloudycity/tencent-marketing-sdk
使用说明
-
Auth
: 获取、刷新令牌 -
Client
: 调用各资源的主客户端 -
BaseClient
: 发起动作的资源 Factory
: 用于获取自定义资源实例的工厂
授权
基础调用
广点通接口格式统一为: 资源/动作
接口示例:
funds/get
获取资金账户信息advertiser/update
更新广告主信息
资源对应Client
对象中的属性,动作对应属性中的方法
调用示例:
请求参数与响应类型
自动翻页
BaseClient::getAllPages()
通过Generator实现翻页逻辑.
工厂
如果API更新出现了新的资源名称,但是SDK版本未更新,Client
对象将找不到对应的成员属性。
此时你可以通过工厂类获取一个BaseClient
实例,建议同时提交新Issue让我给Client
添加新的成员属性。
维护者
- @CloudyCity
如何贡献
非常欢迎你的加入!提一个 Issue 或者提交一个 Pull Request。
标准 Readme 遵循 Contributor Covenant 行为规范。
使用许可
MIT © CloudyCity
All versions of tencent-marketing-sdk with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6.0
guzzlehttp/guzzle Version ^6.2
nesbot/carbon Version ~1.0
doctrine/collections Version ~1.3
guzzlehttp/guzzle Version ^6.2
nesbot/carbon Version ~1.0
doctrine/collections Version ~1.3
The package cloudycity/tencent-marketing-sdk contains the following files
Loading the files please wait ....