PHPackages                             abdallahmohammed/alsaad-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. abdallahmohammed/alsaad-notification-channel

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

abdallahmohammed/alsaad-notification-channel
============================================

Alsaad2 Notification Channel for Laravel.

v1.0.0(6y ago)022MITPHPPHP ^7.1.3CI failing

Since May 12Pushed 6y ago1 watchersCompare

[ Source](https://github.com/AbdallaMohammed/alsaad-notification-channel)[ Packagist](https://packagist.org/packages/abdallahmohammed/alsaad-notification-channel)[ RSS](/packages/abdallahmohammed-alsaad-notification-channel/feed)WikiDiscussions master Synced 1mo ago

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

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

[](#installation)

Sending SMS notifications in Laravel using Alsaad. Before you can send notifications via Alsaad, you need to install the `abdallahmohammed/alsaad-notification-channel` Composer package:

```
composer require abdallahmohammed/alsaad-notification-channel

```

Next, you will need to add a configuration option to your `config/services.php` configuration file. You may copy the example configuration below to get started:

```
'alsaad' => [
    'from' => SENDER_NAME,
],

```

Formatting Notifications
------------------------

[](#formatting-notifications)

If a notification supports being sent as an SMS, you should define a `toAlsaad` method on the notification class. This method will receive a `$notifiable` entity and should return a `Illuminate\Notifications\Messages\AlsaadMessage` instance:

```
/**
 * Get the SMS representation of the notification.
 *
 * @param  mixed  $notifiable
 * @return AlsaadMessage
 */
public function toAlsaad($notifiable)
{
    return (new AlsaadMessage)
                ->content('Hello World');
}
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

2190d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/528edaaf4cec2c4872feecfe766beb012b234e9479334fa3cdf216d7b180fca9?d=identicon)[AbdullahMohamedRezk](/maintainers/AbdullahMohamedRezk)

---

Top Contributors

[![AbdallaMohammed](https://avatars.githubusercontent.com/u/41541325?v=4)](https://github.com/AbdallaMohammed "AbdallaMohammed (3 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/abdallahmohammed-alsaad-notification-channel/health.svg)

```
[![Health](https://phpackages.com/badges/abdallahmohammed-alsaad-notification-channel/health.svg)](https://phpackages.com/packages/abdallahmohammed-alsaad-notification-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)
