PHPackages                             mobiletulip/messagebird-sms-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. [HTTP &amp; Networking](/categories/http)
4. /
5. mobiletulip/messagebird-sms-api-bundle

AbandonedArchivedLibrary[HTTP &amp; Networking](/categories/http)

mobiletulip/messagebird-sms-api-bundle
======================================

Implements the MessageBird SMS gateway

1.4.1(12y ago)7108.7k6PHP

Since Mar 14Pushed 11y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

New API Released
================

[](#new-api-released)

We've released a new MessageBird REST API:  Please use the [new repository](https://github.com/messagebird/php-rest-api) for new projects and contributions. Note that old API's (like this one) will still be actively supported in the future.

MessageBird SMS API Client for PHP
==================================

[](#messagebird-sms-api-client-for-php)

[![Latest Stable Version](https://camo.githubusercontent.com/4854eedb6e88f31c458f919785fe59d6d28f4a5a1174607b307725361ec3b427/68747470733a2f2f706f7365722e707567782e6f72672f6d6f62696c6574756c69702f6d657373616765626972642d736d732d6170692d62756e646c652f762f737461626c652e706e67)](https://packagist.org/packages/mobiletulip/messagebird-sms-api-bundle)[![Total Downloads](https://camo.githubusercontent.com/73582040b0ccceff9b25bc901f5fffa51fcd1cc03ab0f5d70c8cb61259a39523/68747470733a2f2f706f7365722e707567782e6f72672f6d6f62696c6574756c69702f6d657373616765626972642d736d732d6170692d62756e646c652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/mobiletulip/messagebird-sms-api-bundle)

The MessageBird SMS API Client Library enables you send SMS messages using the Messagebird.com API.

Requirements
------------

[](#requirements)

- PHP 5.1 or higher
- JSON extension (bundled and compiled by default since PHP 5.2.0)
- fsockopen should be enabled

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

[](#installation)

The recommended way to install the library is through [Composer](https://getcomposer.org/doc/00-intro.md). Just create a `composer.json` file and run the `php composer.phar install` command to install it:

```
{
    "require": {
        "mobiletulip/messagebird-sms-api-bundle": "~1.4"
    }
}

```

Alternatively, you can download a [zip archive](https://github.com/mobiletulip/messagebird-sms-api-php/archive/1.4.1.zip) and extract it.

Basic Example
-------------

[](#basic-example)

A more extended example, which shows more features of the API is available in example.php and example\_form.php

```
$sms = new MessageBird('username', 'password');
$sms->setSender('YourSender');
$sms->addDestination('31600000000');
$sms->sendSms('This is a test message');

```

Developer documentation
-----------------------

[](#developer-documentation)

For technical documentation see:

- English: [https://www.messagebird.com/download/technical\_documentation\_en.pdf](https://www.messagebird.com/download/technical_documentation_en.pdf)
- Dutch: [https://www.messagebird.com/download/technical\_documentation\_nl.pdf](https://www.messagebird.com/download/technical_documentation_nl.pdf)
-

License
-------

[](#license)

The MessageBird SMS API Client for PHP is licensed under [BSD (Berkeley Software Distribution) License](http://www.opensource.org/licenses/bsd-license.php). Copyright (c) 2014, MessageBird

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity33

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 96.4% 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4492d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b79ae14160b0280f2d07b70731dce5607d995b11c4c267ab2179eb17f7cd6a7d?d=identicon)[bviolier](/maintainers/bviolier)

---

Top Contributors

[![bviolier](https://avatars.githubusercontent.com/u/1247610?v=4)](https://github.com/bviolier "bviolier (27 commits)")[![bjornpost](https://avatars.githubusercontent.com/u/48628?v=4)](https://github.com/bjornpost "bjornpost (1 commits)")

### Embed Badge

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

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

###  Alternatives

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25126.1M81](/packages/php-http-cache-plugin)[illuminate/http

The Illuminate Http package.

11937.2M6.6k](/packages/illuminate-http)[rdkafka/rdkafka

A PHP extension for Kafka

2.2k20.0k1](/packages/rdkafka-rdkafka)[httpsoft/http-message

Strict and fast implementation of PSR-7 and PSR-17

87965.9k113](/packages/httpsoft-http-message)[mezzio/mezzio-router

Router subcomponent for Mezzio

265.4M85](/packages/mezzio-mezzio-router)[serpapi/google-search-results-php

Get Google, Bing, Baidu, Ebay, Yahoo, Yandex, Home depot, Naver, Apple, Duckduckgo, Youtube search results via SerpApi.com

69127.2k](/packages/serpapi-google-search-results-php)

PHPackages © 2026

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