dolejska-daniel / riot-api-base
Generic base for simple Riot API PHP wrapper implementation.
Fund package maintenance!
dolejska-daniel
www.paypal.me/dolejskad
Installs: 5 170
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 9
Open Issues: 3
Requires
- php: >=8.1
- ext-json: *
- guzzlehttp/guzzle: ^7
- psr/cache: ^3
- symfony/cache: ^6
Requires (Dev)
- phpunit/phpunit: ^10
This package is auto-updated.
Last update: 2024-11-05 08:56:20 UTC
README
Version v2.0.0
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.