Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zeggriim2/riot-api-league


https://github.com/zeggriim2/riot-api-league

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# PHP Wrapper for Riot Apis
[![License](https://img.shields.io/packagist/l/rift/riot-api?color=blue)](./LICENSE.md)

## Installation

```bash
composer require zeggriim/riot-api-league
```

## About

| API | Fully implemented | Tests passing |
|---------------------------------------------------------------------------------|:-----------------:|:--------------:|
| [ACCOUNT-V1](https://developer.riotgames.com/apis#account-v1) | ❌️ | ❌️ |
| [CHAMPION-MASTERY-V4](https://developer.riotgames.com/apis#champion-mastery-v4) | ✔️ | ✔️ |
| [CHAMPION-V3](https://developer.riotgames.com/apis#champion-v3) | ✔️ | ✔️ |
| [CLASH-V1](https://developer.riotgames.com/apis#clash-v1) | ❌ | ❌ |
| [LEAGUE-EXP-V4](https://developer.riotgames.com/apis#league-exp-v4) | ❌ | ❌ |
| [LEAGUE-V4](https://developer.riotgames.com/apis#league-v4) | ✔️ | ✔️ |
| [LOL-CHALLENGES-V1](https://developer.riotgames.com/apis#lol-challenges-v1) | ❌ | ❌ |
| [LOL-STATUS-V3](https://developer.riotgames.com/apis#lol-status-v3) | ❌️ | ❌ |
| [LOL-STATUS-V4](https://developer.riotgames.com/apis#lol-status-v4) | ✔️ | ✔️ |
| [MATCH-V5](https://developer.riotgames.com/apis#match-v5) | ❌️ | ❌ |
| [SPECTATOR-V4](https://developer.riotgames.com/apis#spectator-v4) | ❌️ | ❌ |
| [SUMMONER-V4](https://developer.riotgames.com/apis#summoner-v4) | ✔️ | ✔️ |
| [TOURNAMENT-STUB-V4](https://developer.riotgames.com/apis#tournament-stub-v4) | ❌️ | ❌ |
| [TOURNAMENT-V4](https://developer.riotgames.com/apis#tournament-v4) | ❌️ | ❌ |

## Official Documentation

Riot provides complete documentation, which can be found at [https://developer.riotgames.com/apis](https://developer.riotgames.com/apis).
If you're looking for more useful information check out [Riot Developer Portal](https://developer.riotgames.com/docs/portal).