rift / riot-api
PHP Wrapper for Riot Apis
Installs: 188
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/rift/riot-api
Requires
- php: ^8.1
- guzzlehttp/guzzle: ^7.5
This package is auto-updated.
Last update: 2025-10-25 13:47:46 UTC
README
About
This package provides php wrappers for APIs issued by Riot Games:
| API | Fully implemented | Tests passing |
|---|---|---|
| ACCOUNT-V1 | ✔️ | ❌️ |
| CHAMPION-MASTERY-V4 | ✔️ | ❌ |
| CHAMPION-V3 | ✔️ | ❌ |
| CLASH-V1 | ✔️ | ❌ |
| LEAGUE-EXP-V4 | ✔️ | ❌ |
| LEAGUE-V4 | ✔️ | ❌ |
| LOL-CHALLENGES-V1 | ✔️ | ❌ |
| LOL-STATUS-V3 | ✔️ | ❌ |
| LOL-STATUS-V4 | ✔️ | ❌ |
| LOR-DECK-V1 | ✔️ | ❌ |
| LOR-INVENTORY-V1 | ✔️ | ❌ |
| MATCH-V5 | ✔️ | ❌ |
| SPECTATOR-V4 | ✔️ | ❌ |
| SUMMONER-V4 | ✔️ | ❌ |
| TFT-LEAGUE-V1 | ✔️ | ❌ |
| TFT-MATCH-V1 | ✔️ | ❌ |
| TFT-STATUS-V1 | ✔️ | ❌ |
| TFT-SUMMONER-V1 | ✔️ | ❌ |
| TOURNAMENT-STUB-V4 | ✔️ | ❌ |
| TOURNAMENT-V4 | ✔️ | ❌ |
| VAL-CONTENT-V1 | ✔️ | ❌ |
| VAL-MATCH-V1 | ✔️ | ❌ |
| VAL-RANKED-V1 | ✔️ | ❌ |
| VAL-STATUS-V1 | ✔️ | ❌ |
Installation
composer require rift/riot-api
Official Documentation
Riot provides complete documentation, which can be found at https://developer.riotgames.com/apis.
If you're looking for more useful information check out Riot Developer Portal.