PHPackages                             devineonline/smsbroadcast-laravel-notifcation-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. devineonline/smsbroadcast-laravel-notifcation-channel

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

devineonline/smsbroadcast-laravel-notifcation-channel
=====================================================

SMS Broadcast Notification Channel

8.4(4y ago)011MITPHPPHP &gt;=7.3

Since Sep 12Pushed 4y agoCompare

[ Source](https://github.com/devine-online/sms-broadcast)[ Packagist](https://packagist.org/packages/devineonline/smsbroadcast-laravel-notifcation-channel)[ Docs](http://laravel-notification-channels.com/)[ RSS](/packages/devineonline-smsbroadcast-laravel-notifcation-channel/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (4)Dependencies (4)Versions (9)Used By (0)

Sms Broadcast Notification Channel
==================================

[](#sms-broadcast-notification-channel)

This package makes it easy to send notifications using [Sms Broadcast](https://www.smsbroadcast.com.au/) with Laravel 8 This is a fork for laravel 8 support, original info below:

It uses my [Sms Broadcast PHP package](https://github.com/atymic/sms-broadcast-php) under the hood.

Contents
--------

[](#contents)

- [Installation](#installation)
    - \[Setting up the Sms Broadcast service\](#setting-up-the-Sms Broadcast-service)
- [Usage](#usage)
    - [Available Message methods](#available-message-methods)
- [Changelog](#changelog)
- [Testing](#testing)
- [Security](#security)
- [Contributing](#contributing)
- [Credits](#credits)
- [License](#license)

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

[](#installation)

Install the package using composer

```
composer require laravel-notification-channels/sms-broadcast
```

Add the configuration to your `services.php` config file:

```
'smsbroadcast' => [
    'username' => env('SMS_BROADCAST_USERNAME'),
    'password' => env('SMS_BROADCAST_PASSWORD'),
    'default_sender' => env('SMS_BROADCAST_DEFAULT_SENDER', null),
]
```

Usage
-----

[](#usage)

You can use the channel in your `via()` method inside the notification:

```
use Illuminate\Notifications\Notification;
use NotificationChannels\SmsBroadcast\SmsBroadcastMessage;
use NotificationChannels\SmsBroadcast\SmsBroadcastChannel;

class AccountApproved extends Notification
{
    public function via($notifiable)
    {
        return [SmsBroadcastChannel::class];
    }

    public function toSmsbroadcast($notifiable)
    {
        return (new SmsBroadcastMessage)
            ->content("Task #{$notifiable->id} is complete!");
    }
}
```

In your notifiable model, make sure to include a `routeNotificationForSmsbroadcast()` method, which returns an australian phone number.

```
public function routeNotificationForSmsbroadcast()
{
    return $this->phone; // 0412345678 or 6142345678
}
```

### Available methods

[](#available-methods)

`sender()`: Sets the sender's name or phone number.

`content()`: Set a content of the notification message.

`delay()`: Set a delay, in minutes before sending the message

`reference()`: Set the SMS ref code

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- [atymic](https://github.com/atymic)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 60% 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 ~107 days

Recently: every ~117 days

Total

7

Last Release

1792d ago

Major Versions

1.0.3 → 8.02021-06-13

PHP version history (3 changes)1.0.1PHP &gt;=7.2

1.0.3PHP &gt;=7.2.5

8.0PHP &gt;=7.3

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7495064?v=4)[devineonline](/maintainers/devineonline)[@devineonline](https://github.com/devineonline)

---

Top Contributors

[![atymic](https://avatars.githubusercontent.com/u/50683531?v=4)](https://github.com/atymic "atymic (12 commits)")[![devine-online](https://avatars.githubusercontent.com/u/45787520?v=4)](https://github.com/devine-online "devine-online (7 commits)")[![pestbuildlegals](https://avatars.githubusercontent.com/u/68520499?v=4)](https://github.com/pestbuildlegals "pestbuildlegals (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/devineonline-smsbroadcast-laravel-notifcation-channel/health.svg)

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

###  Alternatives

[laravel-notification-channels/telegram

Telegram Notifications Channel for Laravel

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

Web Push Notifications driver for Laravel.

7984.5M16](/packages/laravel-notification-channels-webpush)[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/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[laravel-notification-channels/apn

Apple APN Push Notification Channel

2021.9M4](/packages/laravel-notification-channels-apn)

PHPackages © 2026

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