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.7k8PHP

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 5d 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

35

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community13

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

4447d 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

[friendsofsymfony/rest-bundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony

2.8k73.3M319](/packages/friendsofsymfony-rest-bundle)[php-http/discovery

Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations

1.3k309.5M1.2k](/packages/php-http-discovery)[nyholm/psr7

A fast PHP7 implementation of PSR-7

1.3k235.4M2.4k](/packages/nyholm-psr7)[pusher/pusher-php-server

Library for interacting with the Pusher REST API

1.5k94.8M293](/packages/pusher-pusher-php-server)[spatie/crawler

Crawl all internal links found on a website

2.8k16.3M52](/packages/spatie-crawler)[react/http

Event-driven, streaming HTTP client and server implementation for ReactPHP

78126.4M414](/packages/react-http)

PHPackages © 2026

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