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

This package is auto-updated.

Last update: 2025-03-29 22:08:50 UTC


README

TobyMaxham MegAPI Brawl Stars Endpoint

Latest Version on Packagist MIT Licensed Total Downloads Support me on Patreon

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

ko-fi
Support me on Patreon

Credits

License

The MIT License (MIT). Please see License File for more information.