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 3w ago

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 31% 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

1676d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/9064425?v=4)[Mitchell Quinn](/maintainers/mitquinn)[@mitquinn](https://github.com/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

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M982](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.5M7](/packages/avalara-avataxclient)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)[aimeos/prisma

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1943.1k5](/packages/aimeos-prisma)

PHPackages © 2026

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