Player
Player properties methods
$player = $client->getPlayer('playerTag');
$player->name();
$player->nameColor()
$player->trophies()
$player->highestTrophies()
$player->highestPowerPlayPoints()
$player->expLevel()
$player->threeVthreeVictories()
$player->soloVictories()
$player->duoVictories()
$player->bestRoboRumbleTime()
$player->bestTimeAsBigBrawler()
$player->icon()
Player Club
returns the club of the player
$playerClub = $player->club();
Player Brawlers
returns the player's brawlers
$playerBrawlers = $player->brawlers();
Player Brawler
retrieve a player's brawler by name. returns null if the player does not have that brawler
$leon = $player->brawler('leon');
More Coming soon
Last updated
Was this helpful?