PHPackages                             dylandelobel/brawlhalla-api-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. dylandelobel/brawlhalla-api-bundle

ActiveSymfony-bundle[API Development](/categories/api)

dylandelobel/brawlhalla-api-bundle
==================================

Symfony wrapper for Brawlhalla API

07PHPCI failing

Since Mar 16Pushed 6y ago1 watchersCompare

[ Source](https://github.com/DylanDelobel/brawlhalla-api-bundle)[ Packagist](https://packagist.org/packages/dylandelobel/brawlhalla-api-bundle)[ RSS](/packages/dylandelobel-brawlhalla-api-bundle/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

brawlhalla-api-bundle
=====================

[](#brawlhalla-api-bundle)

[![SymfonyInsight](https://camo.githubusercontent.com/2101038a20b260ce5b1693cb0b8a989fe558ec6fa3ea77aca294b9e2f2642fbe/68747470733a2f2f696e73696768742e73796d666f6e792e636f6d2f70726f6a656374732f31303066663638342d313766632d343637382d396165652d6161623330653236316237302f6269672e737667)](https://insight.symfony.com/projects/100ff684-17fc-4678-9aee-aab30e261b70)

Symfony wrapper for Brawlhalla API

Installation
------------

[](#installation)

Create `brawlhalla_api_bundle.yaml` with the following

```
brawlhalla_api:
  api_key: '%env(BRAWL_API_KEY)%'
```

In your `.env.local` the dev key

```
###> dylandelobel/brawlhalla-api-bundle ###
BRAWL_API_KEY=xxx
###< dylandelobel/brawlhalla-api-bundle ###

```

Require the package

```
composer require dylandelobel/brawlhalla-api-bundle

```

Usage
-----

[](#usage)

```
    public function brawl(BrawlhallaClient $brawlhallaClient)
    {
        $request = $brawlhallaClient->getClan(1);
        $json = json_decode($request->getBody());

        return new JsonResponse($json);
    }
```

Contributing
------------

[](#contributing)

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License
-------

[](#license)

[MIT](https://choosealicense.com/licenses/mit/)

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5182186?v=4)[Dylan Delobel](/maintainers/DylanDelobel)[@DylanDelobel](https://github.com/DylanDelobel)

---

Top Contributors

[![DylanDelobel](https://avatars.githubusercontent.com/u/5182186?v=4)](https://github.com/DylanDelobel "DylanDelobel (10 commits)")

### Embed Badge

![Health badge](/badges/dylandelobel-brawlhalla-api-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/dylandelobel-brawlhalla-api-bundle/health.svg)](https://phpackages.com/packages/dylandelobel-brawlhalla-api-bundle)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)[emartech/emarsys-magento2-extension

Magento2 integration for the Emarsys Marketing Platform

14273.9k](/packages/emartech-emarsys-magento2-extension)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
