tobymaxham/megapi-brawlstars
最新稳定版本:1.0.0
Composer 安装命令:
composer require tobymaxham/megapi-brawlstars
包简介
This package can be used to interact with the MegAPI and the Brawl Stars API.
README 文档
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.
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-03-29