PHPackages                             uttamrabadiya/laravel-sendgrid-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. uttamrabadiya/laravel-sendgrid-notification-channel

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

uttamrabadiya/laravel-sendgrid-notification-channel
===================================================

SendGrid Notification Channel for Laravel.

v1.0.0(7y ago)011MITPHPPHP ^7.1.3

Since Mar 19Pushed 5y agoCompare

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

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

SendGrid Mail Notifications
---------------------------

[](#sendgrid-mail-notifications)

### Prerequisites

[](#prerequisites)

`SendGrid` supports sending emails using it's pre-defined templates to format mail messsages. Before you can send SendGrid Mail notifications, you need to install the notification channel via Composer:

```
cuonggt/laravel-sendgrid-notification-channel

```

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

```
'sendgrid' => [
    'api_key' => env('SENDGRID_API_KEY'),
],

```

### Formatting SendGrid Mail Notifications

[](#formatting-sendgrid-mail-notifications)

You should define a `toSendGrid` method on the notification class. This method will receive a `$notifiable` entity and should return a `Illuminate\Notifications\Messages\SendGridMessage` instance:

```
/**
 * Get the SendGrid representation of the notification.
 *
 * @param  mixed  $notifiable
 * @return SendGridMessage
 */
public function toSendGrid($notifiable)
{
    return (new SendGridMessage('Your SendGrid template ID'))
                ->from('test@example.com', 'Example User')
                ->to('test+test1@example.com', 'Example User1');
}

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity54

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

2612d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/afcff3f85747b7f47a773a91714f83a59d209c79e14ead3a9e4c8d452d87c980?d=identicon)[uttamrabadiya](/maintainers/uttamrabadiya)

---

Top Contributors

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

---

Tags

laravelnotificationssendgrid

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/uttamrabadiya-laravel-sendgrid-notification-channel/health.svg)

```
[![Health](https://phpackages.com/badges/uttamrabadiya-laravel-sendgrid-notification-channel/health.svg)](https://phpackages.com/packages/uttamrabadiya-laravel-sendgrid-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)[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)[usamamuneerchaudhary/filament-notifier

A powerful notification system for FilamentPHP that handles multi-channel notifications with template management, scheduling, and real-time delivery. Built for developers who need enterprise-grade notifications without the complexity.

321.1k](/packages/usamamuneerchaudhary-filament-notifier)

PHPackages © 2026

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