tommyoneill / liveheats-php
Liveheats GraphQL API client in PHP
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/tommyoneill/liveheats-php
Requires
- guzzlehttp/guzzle: ^7.9
README
This is an early release of a PHP library designed to interact with the LiveHeats GraphQL API.
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
This library is actively being developed and may contain breaking changes. Use at your own risk until version 1.0 is released.
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
composer require tommyoneill/liveheats-php
You may also clone this repo and include it directly in your project.
Usage
use LiveHeats\LiveHeatsService; $service = new LiveHeatsService(); $org = $service->getOrganisationByShortName("usasaums"); print_r($org);
License
MIT © 2025 Tom O'Neill
See LICENSE for details.