php-riot-api
php-riot-api copied to clipboard
PHP Wrapper for Riot Games API
Is there a timeline for completion of the $api->getMatches($ids, $timeline=true) ?
This pull request implements "proper" rate limiting. Essentially, you can pass in a `RateLimitHandler` class, which lets you handle being rate limited in whatever way you want (maybe log to...
The rate limit doesn't seem to be shared when you make multiple requests from the front end (if that makes sense, I'm probably not wording that right)
Just noticed that the Hardcoding of the Cache time can be an issue when asking for an Live game, so the cache still shows the game running even tho its...
I don't know if this is the best way to manage the new Riot static data limit but i think this is a good approach to fix this with a...
Hello, Please, add support to Tournaments 👍 Thanks.
With deprecation of game API, you can't tell from the matchlist who was a player in a match in normal game in case of two same champions in the game....
Someone with privilges could add following code: //Returns the challenger ladder. public function getChallenger() { $call = 'league/challenger?type=RANKED_SOLO_5x5'; //add API URL to the call $call = self::API_URL_2_5 . $call; return...
I apologies firstly as i am quite new to JSON When i run the following line the first time with DECODE_ENABLED = TRUE; $getGame = $testCache->getCurrentGame($summoner_id,OC1); var_dump ($getGame); It returns...