PHPackages                             bertoost/craft-messagebird - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. bertoost/craft-messagebird

ActiveCraft-plugin[Utility &amp; Helpers](/categories/utility)

bertoost/craft-messagebird
==========================

Craft CMS plugin for Messagebird messaging features.

v2.1.0(1y ago)086MITPHPPHP ^8.0 || ^8.1

Since Feb 24Pushed 1y ago1 watchersCompare

[ Source](https://github.com/bertoost/Craft-Messagebird)[ Packagist](https://packagist.org/packages/bertoost/craft-messagebird)[ Docs](https://github.com/bertoost/Craft-Messagebird)[ RSS](/packages/bertoost-craft-messagebird/feed)WikiDiscussions master Synced yesterday

READMEChangelog (4)Dependencies (2)Versions (7)Used By (0)

[![Messagebird for Craft CMS icon](./docs/logo.svg)](./docs/logo.svg)

Messagebird for Craft CMS
=========================

[](#messagebird-for-craft-cms)

This plugin provides a [Messagebird](https://www.messagebird.com/) integration for [Craft CMS](https://craftcms.com/).

Supports
--------

[](#supports)

- SMS features

> The next services are in progress

- Voice features
- Report features (to view in CP)

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

[](#requirements)

This plugin requires Craft CMS 3.1.5 or later.

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

[](#installation)

You can install this plugin from the Plugin Store or with Composer.

#### From the Plugin Store

[](#from-the-plugin-store)

Go to the Plugin Store in your project’s Control Panel and search for “Messagebird”. Then click on the “Install” button in its modal window.

#### With Composer

[](#with-composer)

Open your terminal and run the following commands:

```
# go to the project directory
cd /path/to/my-project.test

# tell Composer to load the plugin
composer require bertoost/craft-messagebird

# tell Craft to install the plugin
./craft install/plugin messagebird
```

Setup
-----

[](#setup)

Once Messagebird is installed, go to Settings → Messagebird, and enter your API key and SMS Originator name (max. 11 characters). Enter your Messagebird API Key (which you can get from [dashboard.messagebird.com/en-us/developers/access](https://dashboard.messagebird.com/en-us/developers/access)), then click Save.

> **Tip:** The API Key setting can be set to an environment variables. See [Environmental Configuration](https://docs.craftcms.com/v3/config/environments.html) in the Craft docs to learn more about that.

Usage
-----

[](#usage)

It's simple, so let's put in an example;

```
// Use the plugin
use bertoost\messagebird\Plugin;

// Send a SMS
Plugin::getInstance()->getSms()
    // required: add at least one recipient & body
    ->addRecipient('+31600000000')
    ->setBody('This is a test')

    // optional: reference
    ->setReference('Testing SMS')

    // optional: schedule time
    ->setSchedule((new \DateTime())->modify('+5 minutes'))

    // send it
    ->send();
```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity73

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~478 days

Total

5

Last Release

723d ago

Major Versions

1.0.1 → 2.0.02022-11-28

PHP version history (3 changes)1.0.0PHP ^7.2

v1.x-devPHP ^7.2 || ^8.0 || ^8.1

2.0.0PHP ^8.0 || ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/6ae1983205524caee317e793a16aac7994a53bed048a7257d85dbdab53ba5008?d=identicon)[bertoost](/maintainers/bertoost)

---

Top Contributors

[![bertoost](https://avatars.githubusercontent.com/u/398492?v=4)](https://github.com/bertoost "bertoost (13 commits)")

---

Tags

pluginsmswhatsappCraftcraftcmsmessagebirdcraftcms-plugin

### Embed Badge

![Health badge](/badges/bertoost-craft-messagebird/health.svg)

```
[![Health](https://phpackages.com/badges/bertoost-craft-messagebird/health.svg)](https://phpackages.com/packages/bertoost-craft-messagebird)
```

###  Alternatives

[verbb/navigation

Create navigation menus for your site.

90683.7k17](/packages/verbb-navigation)[verbb/formie

The most user-friendly forms plugin for Craft.

101372.9k40](/packages/verbb-formie)[verbb/tablemaker

Create customizable and user-defined table fields.

40168.8k1](/packages/verbb-tablemaker)[verbb/vizy

A flexible visual editor field for Craft.

4348.6k](/packages/verbb-vizy)[verbb/hyper

A user-friendly links field for Craft.

24130.9k9](/packages/verbb-hyper)[verbb/social-poster

Automatically post entries to social media.

918.5k](/packages/verbb-social-poster)

PHPackages © 2026

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