heyloyalty/hl-phpclient
最新稳定版本:1.6.5
Composer 安装命令:
composer require heyloyalty/hl-phpclient
包简介
php client for heyloyalty rest api
关键字:
README 文档
README
HL-phpclient
Php client for heyloyalty api.
The client also has methods for using reseller endpoints, how to become a reseller Accounts Account users
This client contains all methods for interacting with Heyloyalty api.
Installation
The recommended way to install HL-phpclient is through Composer
composer require heyloyalty/hl-phpclient Simple example
Api key and secret are required from your Heyloyalty account
use Phpclient\HLMembers; use Phpclient\HLClient; $client = new HLClient('your-api-key','your-api-secret'); $memberService = new HLMembers($client); $listId = 12; $members = $memberService->getMembers($listId); var_dump($members);
Further documentation
Look at the code examples in the examples folder
统计信息
- 总下载量: 70.32k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-01-04