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

07PHP

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 yesterday

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://www.gravatar.com/avatar/06da94813a9a72ae9f10e4952d4b3c2dbcbb2539c202079236f72e00624b618c?d=identicon)[DylanDelobel](/maintainers/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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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