PHPackages                             aankhijhyaal/laravel-sparrow - 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. aankhijhyaal/laravel-sparrow

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

aankhijhyaal/laravel-sparrow
============================

SparrowSMS notification channel for laravel

1.0.0(5y ago)121MITPHP

Since Feb 4Pushed 5y agoCompare

[ Source](https://github.com/aankhijhyaal/laravel-sparrow)[ Packagist](https://packagist.org/packages/aankhijhyaal/laravel-sparrow)[ RSS](/packages/aankhijhyaal-laravel-sparrow/feed)WikiDiscussions master Synced 2d ago

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

SparrowSms Notifications Channel for Laravel
============================================

[](#sparrowsms-notifications-channel-for-laravel)

This package makes it easy to send sms notification using [SparrowSms API](https://sparrowsms.com/services/sms-gateway-api/) with Laravel.

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

[](#installation)

You can install the package via composer:

```
composer require aankhijhyaal/laravel-sparrow
```

Setting up your Credentials
---------------------------

[](#setting-up-your-credentials)

Publish the configuration file

```
php artisan vendor:publish --tag=laravel-sparrow
```

Configure your SparrowSms API Credentials:

```
// config/sparrow.php
'url' => ,
'token' => ,
'identity'=>
```

Usage
-----

[](#usage)

You can now use the channel in your `via()` method inside the Notification class.

### Text Notification

[](#text-notification)

```
use Aankhijhyaal\LaraSparrow\SmsMessage;
use Illuminate\Notifications\Notification;

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

    public function toSparrow($notifiable)
    {
        return (new SmsMessage())
                ->setContent("Your message.")
                ->setRecipient($notifiable->phone);
    }
}
```

License
-------

[](#license)

The MIT License ([MIT](https://opensource.org/licenses/MIT)).

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity53

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

Unknown

Total

1

Last Release

1923d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/39f39ebd99e7e588683e43589ef7204362a28508578adbdb6dda2179fee1e0c2?d=identicon)[aankhijhyaal](/maintainers/aankhijhyaal)

---

Top Contributors

[![gokulkhatiwada](https://avatars.githubusercontent.com/u/31184900?v=4)](https://github.com/gokulkhatiwada "gokulkhatiwada (1 commits)")

### Embed Badge

![Health badge](/badges/aankhijhyaal-laravel-sparrow/health.svg)

```
[![Health](https://phpackages.com/badges/aankhijhyaal-laravel-sparrow/health.svg)](https://phpackages.com/packages/aankhijhyaal-laravel-sparrow)
```

###  Alternatives

[tijsverkoyen/css-to-inline-styles

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

5.8k505.3M227](/packages/tijsverkoyen-css-to-inline-styles)[minishlink/web-push

Web Push library for PHP

1.9k12.0M53](/packages/minishlink-web-push)[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[spatie/url-signer

Generate a url with an expiration date and signature to prevent unauthorized access

4422.3M16](/packages/spatie-url-signer)[mattketmo/email-checker

Throwaway email detection library

2742.0M5](/packages/mattketmo-email-checker)[laravel-notification-channels/discord

Laravel notification driver for Discord.

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

PHPackages © 2026

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