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

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

cuonggt/laravel-sendgrid-notification-channel
=============================================

SendGrid Notification Channel for Laravel.

v1.0.0(7y ago)22.6k6MITPHPPHP ^7.1.3CI failing

Since Mar 19Pushed 5y ago1 watchersCompare

[ Source](https://github.com/cuonggt/laravel-sendgrid-notification-channel)[ Packagist](https://packagist.org/packages/cuonggt/laravel-sendgrid-notification-channel)[ RSS](/packages/cuonggt-laravel-sendgrid-notification-channel/feed)WikiDiscussions master Synced 2w 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

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity55

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

2661d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/511ca83b905e928d191d304008fa0539d32c4b711eed9076fd80089481756f84?d=identicon)[cuonggt](/maintainers/cuonggt)

---

Top Contributors

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

---

Tags

laravelnotificationssendgrid

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[s-ichikawa/laravel-sendgrid-driver

This library adds a 'sendgrid' mail driver to Laravel.

4079.9M1](/packages/s-ichikawa-laravel-sendgrid-driver)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

254168.5k](/packages/erag-laravel-disposable-email)[awssat/discord-notification-channel

Discord Notification Channel for laravel.

94131.9k](/packages/awssat-discord-notification-channel)[salamwaddah/laravel-mandrill-driver

Mandrill notification channel for Laravel 9, 10, 11, 12, 13

1177.4k](/packages/salamwaddah-laravel-mandrill-driver)

PHPackages © 2026

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