Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zeggriim2/riot-api-league
https://github.com/zeggriim2/riot-api-league
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zeggriim2/riot-api-league
- Owner: zeggriim2
- License: gpl-3.0
- Created: 2023-01-25T10:05:08.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-08T12:14:39.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T13:21:13.872Z (3 months ago)
- Language: PHP
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).