logiek / raidbots-api
Raidbots API wrapper which incorporates existing reports and static data into your project.
Installs: 53
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/logiek/raidbots-api
Requires
- php: ^8.0|^8.1|^8.2
- guzzlehttp/guzzle: ^7.4
README
⚠️ THIS PACKAGE IS NO LONGER MAINTAINED ⚠️
This repository has been discontinued and is no longer receiving updates or support.
raidbots-api
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.