PHPackages                             sushantaryal/sparrow-notification-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. sushantaryal/sparrow-notification-channel

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

sushantaryal/sparrow-notification-channel
=========================================

Sparrow SMS Notification Channel for laravel.

1.1.2(10mo ago)04MITPHPPHP ^8.0CI passing

Since May 14Pushed 10mo ago1 watchersCompare

[ Source](https://github.com/sushantaryal/sparrow-notification-channel)[ Packagist](https://packagist.org/packages/sushantaryal/sparrow-notification-channel)[ RSS](/packages/sushantaryal-sparrow-notification-channel/feed)WikiDiscussions main Synced 1mo ago

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

Sparrow SMS notifications channel for Laravel
=============================================

[](#sparrow-sms-notifications-channel-for-laravel)

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

[](#installation)

You can install the package via Composer:

```
$ composer require sushantaryal/sparrow-notification-channel
```

### Configuration

[](#configuration)

Add your Sparrow Token, and From identity to your `.env`:

```
SPARROW_SMS_TOKEN=ABCD #always required
SPARROW_SMS_FROM=identity #always required
```

### Advanced configuration

[](#advanced-configuration)

Run

```
php artisan vendor:publish --provider="Sushant\SparrowSmsNotification\SparrowSmsServiceProvider"

```

```
/config/sparrow-sms.php

```

Usage
-----

[](#usage)

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

```
use Illuminate\Notifications\Notification;
use Sushant\SparrowSmsNotification\SparrowMessage;

class VerifyOtp extends Notification
{
    public function via($notifiable)
    {
        return ['sparrowsms'];
    }

    public function toSparrowSms($notifiable)
    {
        return (new SparrowMessage)
            ->content('Your OTP code is 12345.');
    }
}
```

### Available Message methods

[](#available-message-methods)

#### SparrowMessage

[](#sparrowmessage)

- `from('')`: Accepts a identity provided to you.
- `content('')`: Accepts a string value for the notification body.configuration.

License
-------

[](#license)

Sparrow SMS notifications channel is open-sourced software licensed under the [MIT license](LICENSE.md).

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance54

Moderate activity, may be stable

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 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 ~10 days

Total

5

Last Release

322d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/05c907e2aa7e31ac496a8c30eac50e735157cda263dd728187527b2f6771eb86?d=identicon)[sushantaryal8](/maintainers/sushantaryal8)

---

Top Contributors

[![sushantaryal](https://avatars.githubusercontent.com/u/8115655?v=4)](https://github.com/sushantaryal "sushantaryal (5 commits)")

---

Tags

laravelnotificationssparrowsms

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/sushantaryal-sparrow-notification-channel/health.svg)

```
[![Health](https://phpackages.com/badges/sushantaryal-sparrow-notification-channel/health.svg)](https://phpackages.com/packages/sushantaryal-sparrow-notification-channel)
```

###  Alternatives

[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/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)[benwilkins/laravel-fcm-notification

Laravel FCM (Firebase Cloud Messaging) Notification Channel

210964.1k1](/packages/benwilkins-laravel-fcm-notification)[laravel-notification-channels/rocket-chat

Rocket.Chat Notifications channel for Laravel 5.6+

1345.5k](/packages/laravel-notification-channels-rocket-chat)

PHPackages © 2026

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