Simple application using Riot Games API for game mode TFT.
- PHP 7 or later (Plugin CURL enable);
- Composer;
- Riot Games API Key (Get your API Key).
This project is using
Summoner-V4
for get information from summonerLeague-V4
for get information TFT queue from Summoner
and Data Dragon
for get assets.
- Clone this repository
- Run
composer install
into project folder - Edit
.env.example
for.env
(if you want use a environment variable) - Run
php -S localhost:3000
In index have a simple form, where send the region
and user
via GET.