2017 © Pedro Peláez
 

library league-data

image

nex-pb/league-data

  • Monday, November 16, 2015
  • by NexPB
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

LeagueData

Requirements: * PHP 5.4.0 + * cURL extension enabled, (*1)

Install with composer, (*2)

composer require nex-pb/league-data

Recent games for Summoner(s):, (*3)

$api = new LeagueData("API-KEY-HERE);
$api->setRegion('euw');
$api->summoner("Flamethrower")->getRecentGames();

All static data:, (*4)

$api->data()->champion(); // All champions
$api->data()->rune(); // All runes
$api->data()->mastery(); // All masteries
$api->data()->item(); //All items
$api->data()->spell(); //Summoner spells

The Versions

16/11 2015

dev-master

9999999-dev

  Sources   Download

The Requires

  • php >=5.4.0

 

by NexPB (Lorenzo De Loof)