Download the PHP package dev-lazarev/php-lol-api without Composer
On this page you can find all versions of the php package dev-lazarev/php-lol-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dev-lazarev/php-lol-api
More information about dev-lazarev/php-lol-api
Files in dev-lazarev/php-lol-api
Download dev-lazarev/php-lol-api
More information about dev-lazarev/php-lol-api
Files in dev-lazarev/php-lol-api
Vendor dev-lazarev
Package php-lol-api
Short Description League of Legends PHP API
License MIT
Homepage https://github.com/dev-lazarev/php-lol-api
Package php-lol-api
Short Description League of Legends PHP API
License MIT
Homepage https://github.com/dev-lazarev/php-lol-api
Please rate this library. Is it a good library?
Informations about the package php-lol-api
League of Legends PHP API
- Implemented almost all methods from https://developer.riotgames.com/api/methods
- Only takes the data from the server riot.
- Caching you should implement on its side.
Requirements:
- php5.4 + , php7+
- libcurl
Composer:
composer require dev-lazarev/php-lol-api
Example
$lolapi = new LolApi(<LOL_API_KEY>);
$summonerModel = $lolapi->getInstance('summoner');
$summonerData = $summonerModel->getByIds($region, [$summonerId]);
//or
$summonersData = $summonerModel->getByIds($region, $summonerIds);
Use medhots:
See https://developer.riotgames.com/api/methods
License
The MIT License (MIT)
For questions or comments
dev-lazarev.com
All versions of php-lol-api with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
ext-curl Version *
lib-curl Version *
ext-curl Version *
lib-curl Version *
The package dev-lazarev/php-lol-api contains the following files
Loading the files please wait ....