zeggriim / riot-api-league
Riot League of Legends API wrapper PHP8
dev-main
2023-03-08 12:14 UTC
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-04-08 16:28:42 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.