Getting Start
brawlstars-php
Requirements
Installation
Using Composer
composer require ahsan112/brawlstars-phpUsage
$client = new BrawlStarsClient('TOKEN');
$player = $client->getPlayer('tag');
$player->soloVictories();Last updated