PHPackages                             bluebird-signal/bluebird-signal-laravel-channel - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. bluebird-signal/bluebird-signal-laravel-channel

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

bluebird-signal/bluebird-signal-laravel-channel
===============================================

Laravel Notification driver for BlueBirdSignal

0.1.1(4y ago)1149MITPHPPHP &gt;=7.1|^8.0

Since Jun 19Pushed 4y ago1 watchersCompare

[ Source](https://github.com/bluebird-signal/bluebird-signal-laravel-channel)[ Packagist](https://packagist.org/packages/bluebird-signal/bluebird-signal-laravel-channel)[ RSS](/packages/bluebird-signal-bluebird-signal-laravel-channel/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (1)Dependencies (6)Versions (2)Used By (0)

Work in progress 🙇‍
-------------------

[](#work-in-progress-‍)

### Install instructions

[](#install-instructions)

1 ) You can install the package via composer

```
composer require bluebird-signal/bluebird-signal-laravel-channel
```

2 ) Add Provider to `config/app.php`

```
'provider' => [
    ...
    BlueBirdSignal\BlueBirdSignalChannel\BlueBirdSignalServiceProvider::class
];
```

2 ) Run publish

```
php artisan vendor:publish --provider="BlueBirdSignal\BlueBirdSignalChannel\BlueBirdSignalServiceProvider" --tag=bluebird-signal

```

3 ) Add Environment API Keys to your .env file

```
BLUEBIRD_SIGNAL_KEY=
```

4 ) Implement in notification

```
    public function via($notifiable)
    {
        return [BlueBirdSignalChannel::class];
    }

    public function toBlueBirdSignal($notifiable): BlueBirdSignalMessage
    {
        return (new BlueBirdSignalMessage())
            ->setMessageKey('')
            ->setSubject('Hello {{$full_name}}')
            ->setParameters([
                'full_name' => 'John Doe',
                'message' => 'Welcome our platform',
            ]);
    }
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

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

1789d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/82312961?v=4)[Bluebird Signal](/maintainers/bluebird-signal)[@bluebird-signal](https://github.com/bluebird-signal)

---

Top Contributors

[![nuke99](https://avatars.githubusercontent.com/u/1757527?v=4)](https://github.com/nuke99 "nuke99 (8 commits)")[![Aditha-Sansa](https://avatars.githubusercontent.com/u/11178783?v=4)](https://github.com/Aditha-Sansa "Aditha-Sansa (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/bluebird-signal-bluebird-signal-laravel-channel/health.svg)

```
[![Health](https://phpackages.com/badges/bluebird-signal-bluebird-signal-laravel-channel/health.svg)](https://phpackages.com/packages/bluebird-signal-bluebird-signal-laravel-channel)
```

###  Alternatives

[laravel-notification-channels/telegram

Telegram Notifications Channel for Laravel

1.1k3.4M35](/packages/laravel-notification-channels-telegram)[laravel-notification-channels/fcm

FCM (Firebase Cloud Messaging) Notifications Driver for Laravel

5917.0M16](/packages/laravel-notification-channels-fcm)[s-ichikawa/laravel-sendgrid-driver

This library adds a 'sendgrid' mail driver to Laravel.

4139.3M1](/packages/s-ichikawa-laravel-sendgrid-driver)[laravel-notification-channels/microsoft-teams

A Laravel Notification Channel for Microsoft Teams

1603.0M7](/packages/laravel-notification-channels-microsoft-teams)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)[laravel-notification-channels/aws-sns

Amazon Simple Notification Service (AWS SNS) notification channel for Laravel.

541.1M2](/packages/laravel-notification-channels-aws-sns)

PHPackages © 2026

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