Skip to content

Instantly share code, notes, and snippets.

View moorer2k's full-sized avatar
🏠
Working from home

Moore moorer2k

🏠
Working from home
  • WA State
View GitHub Profile
@moorer2k
moorer2k / mobileLoLChat.php
Last active February 25, 2020 19:29
A quick php class I put together to interface with the new mobile LoL chat (data captured from my iPad). Allows you to login to your LoL account and pull the basic info on a summoner ID. It's super fast and supports multiple ID queries.
<?php
/**
* Class leagueChat
*/
class leagueChat {
protected $username;
protected $password;