PHPackages                             bjrnblm/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. [API Development](/categories/api)
4. /
5. bjrnblm/messagebird

AbandonedLibrary[API Development](/categories/api)

bjrnblm/messagebird
===================

A Messagebird bridge for laravel

312.5k—2.9%3PHPCI failing

Since Oct 11Pushed 5y ago3 watchersCompare

[ Source](https://github.com/bjrnblm/messagebird)[ Packagist](https://packagist.org/packages/bjrnblm/messagebird)[ RSS](/packages/bjrnblm-messagebird/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (2)Used By (0)

[![Not maintained](https://camo.githubusercontent.com/c231710bd8f7b3d789558d56950952209a42ad683c2dc0fc39a16237c7867fd1/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d61696e7461696e65642533462d6e6f212d7265642e7376673f7374796c653d666c6174)](https://camo.githubusercontent.com/c231710bd8f7b3d789558d56950952209a42ad683c2dc0fc39a16237c7867fd1/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d61696e7461696e65642533462d6e6f212d7265642e7376673f7374796c653d666c6174)

MessageBird bridge for laravel
==============================

[](#messagebird-bridge-for-laravel)

A quickly built Laravel bridge for the `messagebird/php-rest-api` package. This is only used in a small personal project but feel free to use / improve.

Install
-------

[](#install)

```
composer require bjrnblm/messagebird dev-master
```

Add the following your `providers` in `config/app.php`

```
Bjrnblm\Messagebird\MessagebirdServiceProvider::class
```

Add the following your `aliases` in `config/app.php`

```
'Messagebird' => Bjrnblm\Messagebird\Facades\Messagebird::class
```

Configuration
-------------

[](#configuration)

```
php artisan vendor:publish
```

Set your `access_key` in `config/messagebird.php`

Usage
-----

[](#usage)

### Get Balance

[](#get-balance)

```
Messagebird::getBalance();
```

### Create Message

[](#create-message)

```
Messagebird::createMessage($originator, $recipients = [], $body);
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.9% 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://www.gravatar.com/avatar/bfb7ca001412ab85ac060365dd04a1063dfb372a1c0e6b9adb1eed9015fcfd17?d=identicon)[bjrnblm](/maintainers/bjrnblm)

---

Top Contributors

[![bjrnblm](https://avatars.githubusercontent.com/u/2300511?v=4)](https://github.com/bjrnblm "bjrnblm (13 commits)")[![basvandertogt](https://avatars.githubusercontent.com/u/10578430?v=4)](https://github.com/basvandertogt "basvandertogt (1 commits)")

### Embed Badge

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

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

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

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/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)
