zeggriim / riot-api-league
Riot League of Legends API wrapper PHP8
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 2
pkg:composer/zeggriim/riot-api-league
Requires
- phpdocumentor/reflection-docblock: ^5.3
- symfony/property-access: ^5.4|^6.2
- symfony/property-info: ^5.4|^6.2
- vlucas/phpdotenv: ^5.5
- zeggriim/riot-api-datadragon: 1.0.*
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.13
- phpunit/phpunit: ^9.5
- symfony/var-dumper: ^6.2
This package is auto-updated.
Last update: 2025-10-09 16:48:53 UTC
README
Installation
composer require zeggriim/riot-api-league
About
| 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 | ✔️ | ✔️ |
| MATCH-V5 | ❌️ | ❌ |
| SPECTATOR-V4 | ❌️ | ❌ |
| SUMMONER-V4 | ✔️ | ✔️ |
| TOURNAMENT-STUB-V4 | ❌️ | ❌ |
| TOURNAMENT-V4 | ❌️ | ❌ |
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.