PHPackages                             mitquinn/heap-helper - 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. [API Development](/categories/api)
4. /
5. mitquinn/heap-helper

ActiveLibrary[API Development](/categories/api)

mitquinn/heap-helper
====================

This composer package assists with the Heap server side API.

v1.0.1(4y ago)04GPL-3.0-or-laterPHPPHP ^8.0

Since Nov 26Pushed 4y ago1 watchersCompare

[ Source](https://github.com/mitquinn/HeapHelper)[ Packagist](https://packagist.org/packages/mitquinn/heap-helper)[ RSS](/packages/mitquinn-heap-helper/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (3)Versions (3)Used By (0)

Heap Helper
===========

[](#heap-helper)

[![GitHub issues](https://camo.githubusercontent.com/166c4c53d0d6d1aa7a397ccd23e769e0b7d9ccd565be29fd25545155c1fc8ec4/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6d69747175696e6e2f4865617048656c706572)](https://github.com/mitquinn/HeapHelper/issues)[![GitHub stars](https://camo.githubusercontent.com/768a8d382e8eb96239df37df5251783b6178b1762698f4ecf3bb6e20b8d11e10/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f6d69747175696e6e2f4865617048656c706572)](https://github.com/mitquinn/HeapHelper/stargazers)[![GitHub license](https://camo.githubusercontent.com/11def1fd96a1817fa0c645a3efd8e16bcfecfd77ccd2178ee5d3ec35b5b7a3e2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d69747175696e6e2f4865617048656c706572)](https://github.com/mitquinn/HeapHelper/blob/master/LICENSE.md)

Description
-----------

[](#description)

Heap Helper is a simple wrapper for the Heap server side API.

Heap Helper provides:

- simple integration with the Heap server side API.
- wrapper for the Heap API endpoints.
- individual resources that the API is expecting to be provided.

You can learn more about Heap here:

```
$configuration = new \Mitquinn\HeapHelper\HeapConfiguration('apiKey', 'appId');
$heapHelper = new \Mitquinn\HeapHelper\HeapHelper($configuration);

$event = new \Mitquinn\HeapHelper\Resources\HeapEvent(
    'eventName',
    'alice@example.com',
    ['propertyKey' => 'propertyValue']
);

$heapResponse = $heapHelper->track($event);
```

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

[](#installation)

The recommended way to install Heap Helper is through [Composer.](https://getcomposer.org/)

```
composer require mitquinn/heap-helper

```

License
-------

[](#license)

Heap Helper is made available under the GNU General Public License (GNU). Please see the [License File](https://github.com/mitquinn/HeapHelper/blob/master/LICENSE.md) for more information.

Contributors
------------

[](#contributors)

- Sponsor - Mitchell Quinn - [](mailto:mitchell.david.quinn@gmail.com)

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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 ~4 days

Total

2

Last Release

1623d ago

### Community

Maintainers

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

---

Top Contributors

[![mitquinn](https://avatars.githubusercontent.com/u/9064425?v=4)](https://github.com/mitquinn "mitquinn (16 commits)")

---

Tags

analyticscomposerheapheapanalyticspackagephpphp8

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mitquinn-heap-helper/health.svg)

```
[![Health](https://phpackages.com/badges/mitquinn-heap-helper/health.svg)](https://phpackages.com/packages/mitquinn-heap-helper)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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