PHPackages                             heyloyalty/hl-phpclient - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. heyloyalty/hl-phpclient

ActiveLibrary[HTTP &amp; Networking](/categories/http)

heyloyalty/hl-phpclient
=======================

php client for heyloyalty rest api

1.6.5(6mo ago)775.3k↓45.4%2MITPHPPHP &gt;=5.4CI failing

Since Jul 4Pushed 6mo ago4 watchersCompare

[ Source](https://github.com/Heyloyalty/HL-phpclient)[ Packagist](https://packagist.org/packages/heyloyalty/hl-phpclient)[ Docs](https://github.com/Heyloyalty/api)[ RSS](/packages/heyloyalty-hl-phpclient/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (1)Versions (42)Used By (0)

[![](https://camo.githubusercontent.com/2857768c288580e54fb9636e2f5e0448736f9d24d256510a9cb10b34dcf14bf1/68747470733a2f2f7472617669732d63692e6f72672f536b6f7552656e652f484c2d706870636c69656e742e7376673f6272616e63683d6d6173746572)](https://camo.githubusercontent.com/2857768c288580e54fb9636e2f5e0448736f9d24d256510a9cb10b34dcf14bf1/68747470733a2f2f7472617669732d63692e6f72672f536b6f7552656e652f484c2d706870636c69656e742e7376673f6272616e63683d6d6173746572) [![Code Climate](https://camo.githubusercontent.com/02cd079b2c796c5bfafbd3e3ce0872c3fc8898eee0f32747ee0bc8a2d9c58081/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f536b6f7552656e652f484c2d706870636c69656e742f6261646765732f6770612e737667)](https://codeclimate.com/github/SkouRene/HL-phpclient) [![codecov](https://camo.githubusercontent.com/a280a2bf1137d61b8aa25f80efc4ba9c8bba41044b611b40e0fdd66d8c8c254c/68747470733a2f2f636f6465636f762e696f2f67682f536b6f7552656e652f484c2d706870636c69656e742f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/SkouRene/HL-phpclient)

HL-phpclient
============

[](#hl-phpclient)

Php client for heyloyalty api.

The client also has methods for using reseller endpoints, [how to become a reseller](http://heyloyalty.com/partner)Accounts Account users

This client contains all methods for interacting with Heyloyalty api.

Installation
------------

[](#installation)

The recommended way to install HL-phpclient is through [Composer](https://getcomposer.org)

```
composer require heyloyalty/hl-phpclient
```

Simple example
--------------

[](#simple-example)

Api key and secret are required from your [Heyloyalty account](http://heyloyalty.com)

```
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
---------------------

[](#further-documentation)

Look at the code examples in the examples folder

###  Health Score

52

—

FairBetter than 96% of packages

Maintenance67

Regular maintenance activity

Popularity37

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~189 days

Recently: every ~576 days

Total

19

Last Release

192d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bb11d62e8217a32c606df97063e7eb475f25f0f726b391357d65cf4b86f2d651?d=identicon)[SkouRene](/maintainers/SkouRene)

![](https://www.gravatar.com/avatar/5f4297cc6a720b2fb1fcc610c104749cb7d9a91edc84b3de216507a29f248902?d=identicon)[borch-inc](/maintainers/borch-inc)

---

Top Contributors

[![SkouRene](https://avatars.githubusercontent.com/u/460679?v=4)](https://github.com/SkouRene "SkouRene (61 commits)")[![borch-inc](https://avatars.githubusercontent.com/u/12048299?v=4)](https://github.com/borch-inc "borch-inc (40 commits)")[![korshoj](https://avatars.githubusercontent.com/u/5649975?v=4)](https://github.com/korshoj "korshoj (19 commits)")[![99kennetn](https://avatars.githubusercontent.com/u/38552536?v=4)](https://github.com/99kennetn "99kennetn (3 commits)")[![Thykaer](https://avatars.githubusercontent.com/u/19466416?v=4)](https://github.com/Thykaer "Thykaer (2 commits)")[![sydgren](https://avatars.githubusercontent.com/u/11387613?v=4)](https://github.com/sydgren "sydgren (2 commits)")[![janich](https://avatars.githubusercontent.com/u/893004?v=4)](https://github.com/janich "janich (1 commits)")[![madslundholmdk](https://avatars.githubusercontent.com/u/4232613?v=4)](https://github.com/madslundholmdk "madslundholmdk (1 commits)")

---

Tags

apirestemailmarketing

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/heyloyalty-hl-phpclient/health.svg)

```
[![Health](https://phpackages.com/badges/heyloyalty-hl-phpclient/health.svg)](https://phpackages.com/packages/heyloyalty-hl-phpclient)
```

###  Alternatives

[daniel-zahariev/php-aws-ses

Send emails via Amazon Simple Email Service (SES) with REST-like interface

3111.5M8](/packages/daniel-zahariev-php-aws-ses)[infobip/infobip-api-php-client

PHP library for consuming Infobip's API

921.8M10](/packages/infobip-infobip-api-php-client)[phplist/rest-api

A REST API for phpList, the world's most popular open source newsletter manager

242.8k1](/packages/phplist-rest-api)[mediamonks/rest-api-bundle

MediaMonks Rest API Symfony Bundle

1656.2k1](/packages/mediamonks-rest-api-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
