RiotQuest is a modern PHP 7.1+ framework for the League of Legends API
The framework aims at giving you a simple and elegant way to interact with the API.
Here's a list of some of RiotQuest's features.
The entire project is licensed under the MIT License.
Make a request to Summoner V4 on EUW with Summoner Name "supergrecko"
<?php
use RiotQuest\Client;
$summoner = Client::summoner('euw')->name('supergrecko');
?>
The documentation for RiotQuest can be located at https://riotquest.supergrecko.dev/
There is also a mirror available at https://riotquest.netlify.com/
The library uses Composer for class autoloading and dependency management. Here is a list of things you'll need to get started with RiotQuest.
To install RiotQuest, simply install it using Composer.
$ composer require supergrecko/riot-quest