PHPackages                             surfnet/messagebird-api-client-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. surfnet/messagebird-api-client-bundle

AbandonedLibrary[API Development](/categories/api)

surfnet/messagebird-api-client-bundle
=====================================

A Symfony 3 &amp; 4 bundle to integrate MessageBird's messaging service.

4.2.1(2y ago)317.9k—0%5[1 PRs](https://github.com/SURFnet/messagebird-api-client-bundle/pulls)Apache-2.0PHPPHP &gt;=7.4

Since Sep 18Pushed 2y ago8 watchersCompare

[ Source](https://github.com/SURFnet/messagebird-api-client-bundle)[ Packagist](https://packagist.org/packages/surfnet/messagebird-api-client-bundle)[ RSS](/packages/surfnet-messagebird-api-client-bundle/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelog (6)Dependencies (13)Versions (24)Used By (0)

MessageBird API Client Bundle
=============================

[](#messagebird-api-client-bundle)

[![Build Status](https://camo.githubusercontent.com/d14b72b43b753c178cc4b091b27db325273e3b741a2254c6a816d607f018cda9/68747470733a2f2f7472617669732d63692e6f72672f535552466e65742f6d657373616765626972642d6170692d636c69656e742d62756e646c652e737667)](https://travis-ci.org/SURFnet/messagebird-api-client-bundle) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/6819d3234989834b78ddc4ba3ce2751a366cfc02596fc68ee4568ac934ed5b9c/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f535552466e65742f6d657373616765626972642d6170692d636c69656e742d62756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d646576656c6f70)](https://scrutinizer-ci.com/g/SURFnet/messagebird-api-client-bundle/?branch=develop) [![SensioLabs Insight](https://camo.githubusercontent.com/1a80685743dbd2276c2c084144b511e65bf9d974ada410a4d8fcd3d04ea9a694/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f31326365306338632d323663312d346430382d626361332d3536336630343531393933362f6d696e692e706e67)](https://insight.sensiolabs.com/projects/12ce0c8c-26c1-4d08-bca3-563f04519936)

A Symfony 3 bundle (with Symfony 4 support) to integrate MessageBird's messaging service.

End of life warning
-------------------

[](#end-of-life-warning)

We've decided to stop maintaining this bundle because we're moving to Spryng. Contact us if you are interested in taking over maintenance of this bundle.

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

[](#installation)

- Add the package to your Composer file

    ```
    composer require surfnet/messagebird-api-client-bundle
    ```
- Add the bundle to your kernel in `app/AppKernel.php`

    ```
    public function registerBundles()
    {
        // ...
        $bundles[] = new Surfnet\MessageBirdApiClientBundle\SurfnetMessageBirdApiClientBundle;
    }
    ```
- Configure your MessageBird access key

    ```
    surfnet_message_bird_api_client:
      authorization: 'AccessKey test_xxxxxxxxx'
    ```

Usage
-----

[](#usage)

### Sending a message

[](#sending-a-message)

```
public function fooAction()
{
    $message = new \Surfnet\MessageBirdApiClient\Messaging\Message(
        'SURFnet',
        '31612345678',
        'Your one-time SMS security token: 9832'
    );

    /** @var \Surfnet\MessageBirdApiClientBundle\Service\MessagingService $messaging */
    $messaging = $this->get('surfnet_message_bird_api_client.messaging');
    $result = $messaging->send($message);

    if ($result->isSuccess()) {
        // Message has been buffered, sent or delivered.
    }
}
```

Release strategy
----------------

[](#release-strategy)

Please read:  for more information on the release strategy used in Stepup projects.

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community21

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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.

###  Release Activity

Cadence

Every ~234 days

Recently: every ~73 days

Total

16

Last Release

749d ago

Major Versions

1.1.0 → 2.0.02014-10-17

2.2.0 → 3.0.02017-03-07

3.0.0 → 4.0.02018-08-27

4.2.1 → 5.0.0-beta12023-08-09

PHP version history (6 changes)1.0.0PHP ~5.4

2.2.0PHP &gt;=5.4,&lt;8.0-dev

3.0.0PHP &gt;=5.5,&lt;8.0-dev

4.1.0PHP &gt;=5.6

4.2.1PHP &gt;=7.4

5.0.0-beta2PHP &gt;=8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/803ee614b9224b163d1bdb86e754af17eea0af3eabeda3e034ee8df1cb7b7e84?d=identicon)[pgmvdm](/maintainers/pgmvdm)

![](https://www.gravatar.com/avatar/616909370e1d434adc1088469108ed5cd32c15656d037d24d89dd9750bbbed00?d=identicon)[phavekes](/maintainers/phavekes)

---

Top Contributors

[![MKodde](https://avatars.githubusercontent.com/u/28252948?v=4)](https://github.com/MKodde "MKodde (19 commits)")[![rjkip](https://avatars.githubusercontent.com/u/1734555?v=4)](https://github.com/rjkip "rjkip (13 commits)")[![pmeulen](https://avatars.githubusercontent.com/u/1485300?v=4)](https://github.com/pmeulen "pmeulen (5 commits)")[![RubenHarms](https://avatars.githubusercontent.com/u/8577820?v=4)](https://github.com/RubenHarms "RubenHarms (3 commits)")[![parijke](https://avatars.githubusercontent.com/u/7671998?v=4)](https://github.com/parijke "parijke (3 commits)")[![DRvanR](https://avatars.githubusercontent.com/u/1422284?v=4)](https://github.com/DRvanR "DRvanR (2 commits)")[![phavekes](https://avatars.githubusercontent.com/u/3096423?v=4)](https://github.com/phavekes "phavekes (1 commits)")[![pablothedude](https://avatars.githubusercontent.com/u/30088478?v=4)](https://github.com/pablothedude "pablothedude (1 commits)")[![OskarStark](https://avatars.githubusercontent.com/u/995707?v=4)](https://github.com/OskarStark "OskarStark (1 commits)")

---

Tags

smssurfnetmessagebird

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/surfnet-messagebird-api-client-bundle/health.svg)

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

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

19562.3M1.3k](/packages/drupal-core)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)

PHPackages © 2026

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