logiek/raidbots-api

This package is abandoned and no longer maintained. No replacement package was suggested.

Raidbots API wrapper which incorporates existing reports and static data into your project.

Maintainers

Package info

github.com/logiek/raidbots-api

pkg:composer/logiek/raidbots-api

Statistics

Installs: 53

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 0

2.2.0 2023-08-10 17:52 UTC

This package is auto-updated.

Last update: 2025-08-05 10:18:06 UTC


README

⚠️ THIS PACKAGE IS NO LONGER MAINTAINED ⚠️
This repository has been discontinued and is no longer receiving updates or support.

raidbots-api

Latest Stable Version Total Downloads License PHP Version Require

Raidbots API wrapper which incorporates existing reports and static data into your project.

Usage

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');

License

This project is open-sourced software licensed under the MIT license.