PHPackages                             tommyoneill/liveheats-php - 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. tommyoneill/liveheats-php

ActiveLibrary[API Development](/categories/api)

tommyoneill/liveheats-php
=========================

Liveheats GraphQL API client in PHP

v0.1.0(1y ago)04PHP

Since Apr 8Pushed 1y ago1 watchersCompare

[ Source](https://github.com/tommyoneill/liveheats-php)[ Packagist](https://packagist.org/packages/tommyoneill/liveheats-php)[ RSS](/packages/tommyoneill-liveheats-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

LiveHeats PHP Client
====================

[](#liveheats-php-client)

This is an **early release** of a PHP library designed to interact with the [LiveHeats GraphQL API](https://liveheats.com/api/graphql).
It allows developers to easily retrieve event data, athlete rankings, and competition results for snowboarding, surfing, and similar sports tracked on the LiveHeats platform.

⚠️ Status: Early Access
-----------------------

[](#️-status-early-access)

This library is actively being developed and may contain breaking changes. Use at your own risk until version 1.0 is released.

Features
--------

[](#features)

- Query event information
- Retrieve divisions, heats, leaderboards
- Fetch series rankings and athlete-specific performance
- Built-in Guzzle support
- Object-oriented architecture
- Error handling and input validation

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

[](#installation)

```
composer require tommyoneill/liveheats-php
```

> You may also clone this repo and include it directly in your project.

Usage
-----

[](#usage)

```
use LiveHeats\LiveHeatsService;

$service = new LiveHeatsService();
$org = $service->getOrganisationByShortName("usasaums");
print_r($org);
```

License
-------

[](#license)

MIT © 2025 Tom O'Neill

See [LICENSE](LICENSE) for details.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance46

Moderate activity, may be stable

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity27

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

405d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/229f54dbb710a8ff24ee9236f72060dc010f2a87b1491c71517736fd0aa45803?d=identicon)[tommyoneill](/maintainers/tommyoneill)

---

Top Contributors

[![tommyoneill](https://avatars.githubusercontent.com/u/46326884?v=4)](https://github.com/tommyoneill "tommyoneill (12 commits)")

### Embed Badge

![Health badge](/badges/tommyoneill-liveheats-php/health.svg)

```
[![Health](https://phpackages.com/badges/tommyoneill-liveheats-php/health.svg)](https://phpackages.com/packages/tommyoneill-liveheats-php)
```

###  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)
