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

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

mabon/laravel-sendgrid-driver
=============================

This liblary can add sendgrid driver into the laravel's mail configure.

012

Since May 27Compare

[ Source](https://github.com/mabon/laravel-sendgrid-driver)[ Packagist](https://packagist.org/packages/mabon/laravel-sendgrid-driver)[ RSS](/packages/mabon-laravel-sendgrid-driver/feed)WikiDiscussions Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

laravel-sendgrid-driver
=======================

[](#laravel-sendgrid-driver)

====

A Mail Driver with support for Sendgrid Web API, using the original Laravel API. This library extends the original Laravel classes, so it uses exactly the same methods.

To use this package required your [Sendgrid Api Key](https://sendgrid.com/docs/User_Guide/Settings/api_keys.html). Please make it [Here](https://app.sendgrid.com/settings/api_keys).

Install (Laravel5.2~)
=====================

[](#install-laravel52)

Add the package to your composer.json and run composer update.

```
"require": {
    "io-digital/laravel-sendgrid-driver": "^1.0"
},
```

or installed with composer

```
$ composer require io-digital/laravel-sendgrid-driver

```

Remove the default service provider and add the sendgrid service provider in app/config/app.php:

```
'providers' => [
//  Illuminate\Mail\MailServiceProvider::class,

    IoDigital\SendGridDriver\MailServiceProvider::class,
];
```

\#Configure

.env

```
MAIL_DRIVER=sendgrid
SENDGRID_API_KEY='YOUR_SENDGRID_API_KEY'

```

config/service.php

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

```

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/149214582?v=4)[jguthery](/maintainers/jguthery)[@jguthery](https://github.com/jguthery)

### Embed Badge

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

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

###  Alternatives

[mattketmo/email-checker

Throwaway email detection library

2752.1M5](/packages/mattketmo-email-checker)[sarfraznawaz2005/noty

Laravel package to incorporate noty flash notifications into laravel.

324.5k](/packages/sarfraznawaz2005-noty)

PHPackages © 2026

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