tobymaxham / megapi-brawlstars
This package can be used to interact with the MegAPI and the Brawl Stars API.
1.0.0
2025-03-29 22:07 UTC
Requires
- php: >=8.2
- zhylon/megapi-client: ^1.0
Requires (Dev)
- laravel/pint: ^1.21
README
This Package provides a wrapper for the MegAPI API for Brawl Stars.
You are free to use this package, but please note that you need an active account on MegAPI to use the service.
The MegAPI is a service by Zhylon.net.
For the Brawl Stars API, refer to the Brawl Stars API Documentation.
Installation
You can install the package via Composer:
composer require tobymaxham/megapi-brawlstars
Usage
To register a new endpoint to the MegAPI, you can use the following code:
<?php use Zhylon\MegapiClient\Support\Facades\MegApi; // Player related endpoints MegApi::brawlstars('player', $playerTag); MegApi::brawlstars('battlelog', $playerTag); // Club related endpoints MegApi::brawlstars('club', $clubTag); MegApi::brawlstars('clubMembers', $clubTag);
Changelog
Please see CHANGELOG for more information on what has changed recently.
Security Vulnerabilities
If you've found a bug regarding security please mail git@maxham.de instead of using the issue tracker.
Support me
Credits
License
The MIT License (MIT). Please see License File for more information.