https://github.com/dolejska-daniel/riot-api-base
⚙ Generic base for simple Riot API wrapper implementation.
https://github.com/dolejska-daniel/riot-api-base
base generic php php8 php81 php82 riot-api
Last synced: 12 months ago
JSON representation
⚙ Generic base for simple Riot API wrapper implementation.
- Host: GitHub
- URL: https://github.com/dolejska-daniel/riot-api-base
- Owner: dolejska-daniel
- License: gpl-3.0
- Created: 2020-11-18T09:23:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-05T07:23:04.000Z (about 2 years ago)
- Last Synced: 2025-03-23T22:24:21.314Z (about 1 year ago)
- Topics: base, generic, php, php8, php81, php82, riot-api
- Language: PHP
- Homepage:
- Size: 3.9 MB
- Stars: 1
- Watchers: 1
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# RiotAPI PHP8 wrapper base
> Version v2.0.0
[](https://github.com/dolejska-daniel/riot-api-base/actions)
[](https://codecov.io/gh/dolejska-daniel/riot-api-base)
[](https://packagist.org/packages/dolejska-daniel/riot-api-base)

[](https://www.paypal.me/dolejskad)
# Introduction
Hello and welcome to the RiotAPI wrapper base repository for PHP7!
This repository contains all the _generic_ necessities for implementation of any Riot API.
The implementation is being used by concrete game API implementations such as League of Legends, Teamfight Tactics, Legends of Runeterra or Valorant - these game APIs can be found below.
# Downloading
There sould be no need to download this library on its own, because it doesn't do much on its own.
To download API for a Riot game, please refer to the repositories of API implementations below.
| Library Description | Latest Version | Stable Version |
|-----------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [All APIs](https://github.com/dolejska-daniel/riot-api) (metapackage) |  |   |
| [League of Legends API](https://github.com/dolejska-daniel/riot-api-league) |  |   |
| [DataDragon API](https://github.com/dolejska-daniel/riot-api-datadragon) |  |   |
| [Teamfight Tactics API](https://github.com/dolejska-daniel/riot-api-tft) |  |   |
| [Legends of Runeterra API](https://github.com/dolejska-daniel/riot-api-runeterra) |  |   |
| [Valorant API](https://github.com/dolejska-daniel/riot-api-valorant) |  |   |