Skip to content

Latest commit

 

History

History
46 lines (39 loc) · 4.06 KB

README.md

File metadata and controls

46 lines (39 loc) · 4.06 KB

PHP Wrapper for Riot Apis

StyleCI Packagist Version License

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.