定制 heyloyalty/hl-phpclient 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

heyloyalty/hl-phpclient

最新稳定版本:1.6.5

Composer 安装命令:

composer require heyloyalty/hl-phpclient

包简介

php client for heyloyalty rest api

README 文档

README

Code Climate codecov

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

GitHub 信息

  • Stars: 7
  • Watchers: 4
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-01-04