This repository has been discontinued and is no longer receiving updates or support.
Raidbots API wrapper which incorporates existing reports and static data into your project.
use Logiek\Raidbots\Client;
$client = new Client();
$report = $client->reports->get('oUPDjYTw26K7vr93m1vFFb');
$report = $client->reports->get('https://www.raidbots.com/simbot/report/oUPDjYTw26K7vr93m1vFFb', true);
$instances = $client->instances->get();
$talents = $client->talents->get('ptr');This project is open-sourced software licensed under the MIT license.