tobymaxham/megapi-brawlstars 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

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.

统计信息

  • 总下载量: 6
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-03-29