c6digital/engaging-networks-php
最新稳定版本:v0.4.1
Composer 安装命令:
composer require c6digital/engaging-networks-php
包简介
README 文档
README
Installation
composer require c6digital/engaging-networks-php
Usage
Create a new EngagingNetworks client.
use C6Digital\EngagingNetworks\EngagingNetworks; $client = new EngagingNetworks('my-api-key');
Authenticate and retrieve a temporary authorization token.
$client->authenticate();
Make a page request
$client->pageRequest(pageId: 12345, data: [ // ... ]);
Retrieve a Supporter by ID
$client->getSupporterById(supporterId: 12345, parameters: [ // ... ]);
统计信息
- 总下载量: 832
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2022-10-18