PHPackages                             whatson-web/messagebird-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. whatson-web/messagebird-bundle

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

whatson-web/messagebird-bundle
==============================

Symfony bundle to easily integrate MessageBird SDK into a Symfony project.

0412PHP

Since Sep 28Pushed 7y ago3 watchersCompare

[ Source](https://github.com/whatson-web/messagebird-bundle)[ Packagist](https://packagist.org/packages/whatson-web/messagebird-bundle)[ RSS](/packages/whatson-web-messagebird-bundle/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

messagebird-bundle
==================

[](#messagebird-bundle)

A symfony integration for the MessageBird PHP SDK

This bundle allow you to manipulate the MessageBird SDK as a Symfony service.

### Installation

[](#installation)

To install this bundle, run the command below and you will get the latest version from Packagist.

```
composer require whatson-web/messagebird-bundle
```

Load required bundles in AppKernel.php:

```
// app/AppKernel.php
public function registerBundles()
{
    $bundles = array(
        // [...]
        new WH\Bundle\MessageBirdBundle\WHMessageBirdBundle()
    );
}
```

And set-up the required configuration

```
# config/packages/wh_message_bird.yml
wh_message_bird:
    api_key: "xxxxxxxxxxxxxxxxx" # The MessageBird API key can be added as a symfony parameter
```

### Usage

[](#usage)

Then, it is possible to use this service from inside a controller

```
$messageBirdClient = $this->get('wh.message_bird.client');
```

The MessageBirdClient php class extends the default MessageBird PHP SDK class, allowing you to do anything that this SDK can do. Plus, it will automatically be authenticated with your MessageBird API Key, which you do not have to worry about at all.

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 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/23632442?v=4)[whatson-dev](/maintainers/whatson-dev)[@whatson-dev](https://github.com/whatson-dev)

---

Top Contributors

[![samuelwhatson](https://avatars.githubusercontent.com/u/37289725?v=4)](https://github.com/samuelwhatson "samuelwhatson (5 commits)")

### Embed Badge

![Health badge](/badges/whatson-web-messagebird-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/whatson-web-messagebird-bundle/health.svg)](https://phpackages.com/packages/whatson-web-messagebird-bundle)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

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

Hubspot API client

24016.2M18](/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

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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