PHPackages                             clarification/sendgrid-laravel-driver - 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. clarification/sendgrid-laravel-driver

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

clarification/sendgrid-laravel-driver
=====================================

Sendgrid mail driver for Laravel

2.0.1(8y ago)1131.0k7[1 issues](https://github.com/clarification/sendgrid-laravel-driver/issues)MITPHP

Since Apr 28Pushed 4y ago3 watchersCompare

[ Source](https://github.com/clarification/sendgrid-laravel-driver)[ Packagist](https://packagist.org/packages/clarification/sendgrid-laravel-driver)[ Docs](http://clarification.io)[ RSS](/packages/clarification-sendgrid-laravel-driver/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (8)Dependencies (2)Versions (9)Used By (0)

### Install

[](#install)

Require this package with composer using the following command:

```
composer require clarification/sendgrid-laravel-driver
```

After updating composer, add the service provider to the `providers` array in `config/app.php`

```
Clarification\MailDrivers\Sendgrid\SendgridServiceProvider::class,
```

You will also need to add the sendgrid API Key settings to the array in `config/services.php` and set up the environment key

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

Then in your `.env` file you have to add

```
SENDGRID_API_KEY=__Your_key_here__
```

Finally you need to set your mail driver to `sendgrid`. You can do this by changing the driver in `config/mail.php`

```
'driver' => env('MAIL_DRIVER', 'sendgrid'),
```

Or by setting the environment variable `MAIL_DRIVER` in your .env file

```
MAIL_DRIVER=sendgrid
```

If you need to pass any options to the guzzle client instance which is making the request to the Send Grid API, you can do so by setting the 'guzzle' options in `config/services.php`

```
'sendgrid' => [
    'api_key' => env('SENDGRID_API_KEY'),
    'guzzle' => [
        'verify' => true,
        'decode_content' => true,
    ]
],
```

###  Health Score

37

—

LowBetter than 82% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity33

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% 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 ~87 days

Recently: every ~20 days

Total

8

Last Release

3052d ago

Major Versions

1.0.5 → 2.0.02017-12-01

### Community

Maintainers

![](https://www.gravatar.com/avatar/19c98982ffe9bbe35b1d32afe263b5325a0815137dd8f39d6b007271e07293ff?d=identicon)[Lidbetter](/maintainers/Lidbetter)

---

Top Contributors

[![Lidbetter](https://avatars.githubusercontent.com/u/6525616?v=4)](https://github.com/Lidbetter "Lidbetter (6 commits)")[![CharlieBrownCharacter](https://avatars.githubusercontent.com/u/17223411?v=4)](https://github.com/CharlieBrownCharacter "CharlieBrownCharacter (1 commits)")[![novon229](https://avatars.githubusercontent.com/u/9004078?v=4)](https://github.com/novon229 "novon229 (1 commits)")[![ruwan800](https://avatars.githubusercontent.com/u/1280641?v=4)](https://github.com/ruwan800 "ruwan800 (1 commits)")

---

Tags

laravelmailsendgriddriver

### Embed Badge

![Health badge](/badges/clarification-sendgrid-laravel-driver/health.svg)

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

###  Alternatives

[sunaoka/laravel-ses-template-driver

Amazon SES template mail driver for Laravel.

1088.0k](/packages/sunaoka-laravel-ses-template-driver)[hafael/azure-mailer-driver

Supercharge your Laravel or Symfony app with Microsoft Azure Communication Services (ACS)! Effortlessly add email, chat, voice, video, and telephony-over-IP for next-level communication. 🚀

14109.2k](/packages/hafael-azure-mailer-driver)

PHPackages © 2026

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