2017 © Pedro Peláez
 

library php-lol-api

League of Legends PHP API

image

dev-lazarev/php-lol-api

League of Legends PHP API

  • Thursday, April 28, 2016
  • by dev-lazarev
  • Repository
  • 1 Watchers
  • 0 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

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, (*1)

License

The MIT License (MIT), (*2)

For questions or comments

dev-lazarev.com, (*3)

to@dev-lazarev.com, (*4)

The Versions

28/04 2016

dev-master

9999999-dev https://github.com/dev-lazarev/php-lol-api

League of Legends PHP API

  Sources   Download

MIT

The Requires

  • php >=5.4.0
  • ext-curl *
  • lib-curl *

 

api php lol league of legends

28/04 2016

1.0.1

1.0.1.0 https://github.com/dev-lazarev/php-lol-api

League of Legends PHP API

  Sources   Download

MIT

The Requires

  • php >=5.4.0
  • ext-curl *
  • lib-curl *

 

api php lol league of legends

28/04 2016

1.0.0

1.0.0.0 https://github.com/dev-lazarev/php-lol-api

League of Legends PHP API

  Sources   Download

MIT

The Requires

  • php >=5.4.0
  • ext-curl *
  • lib-curl *

 

api php lol league of legends

11/03 2016

dev-dev

dev-dev https://github.com/dev-lazarev/php-lol-api

League of Legends PHP API

  Sources   Download

MIT

The Requires

  • php >=5.4.0
  • ext-curl *
  • lib-curl *

 

api php lol league of legends