tommyoneill/liveheats-php
最新稳定版本:v0.1.0
Composer 安装命令:
composer require tommyoneill/liveheats-php
包简介
Liveheats GraphQL API client in PHP
README 文档
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.
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2025-04-08