https://github.com/mgmadvance/tftroll
Simple application using Riot Games API for game mode TFT
https://github.com/mgmadvance/tftroll
api curl php php7 riot-games-api study tft
Last synced: 2 months ago
JSON representation
Simple application using Riot Games API for game mode TFT
- Host: GitHub
- URL: https://github.com/mgmadvance/tftroll
- Owner: MGMAdvance
- Created: 2019-07-23T11:34:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-11T02:06:55.000Z (almost 7 years ago)
- Last Synced: 2025-07-29T23:12:50.435Z (11 months ago)
- Topics: api, curl, php, php7, riot-games-api, study, tft
- Language: HTML
- Homepage: https://tftroll.herokuapp.com
- Size: 31.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TFTroll
Simple application using Riot Games API for game mode TFT.
## Requirements
- PHP 7 or later (Plugin CURL enable);
- Composer;
- Riot Games API Key (Get your **[API Key](https://developer.riotgames.com/)**).
## Getting start
This project is using
`Summoner-V4` for get information from summoner`League-V4` for get information TFT queue from Summoner
and `Data Dragon` for get assets.
### How to run
1. Clone this repository
2. Run `composer install` into project folder
3. Edit `.env.example` for `.env` (if you want use a environment variable)
4. Run `php -S localhost:3000`
### How to works
In index have a simple form, where send the `region` and `user` via **GET**.