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

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

timfeid/laravel-sendgrid
========================

Add sendgrid api methods to Laravel's Mail

3.0.0(8y ago)35741MITPHP

Since Nov 11Pushed 8y ago1 watchersCompare

[ Source](https://github.com/timfeid/laravel-sendgrid)[ Packagist](https://packagist.org/packages/timfeid/laravel-sendgrid)[ RSS](/packages/timfeid-laravel-sendgrid/feed)WikiDiscussions master Synced 4w ago

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

Laravel Sendgrid
================

[](#laravel-sendgrid)

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

[](#installation)

### `config/app.php`

[](#configappphp)

```
    // Remove or comment out:
    // Illuminate\Mail\MailServiceProvider::class,
    // Add
    TimFeid\LaravelSendgrid\LaravelSendgridServiceProvider::class,
```

### `config/services.php`

[](#configservicesphp)

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

### `.env`

[](#env)

```
SENDGRID_API_KEY=[your_api_key]

```

Usage
-----

[](#usage)

```
    Mail::send('email.forgot-password', [], function ($mail) {
        // Added category functionality
        $mail->category('forgot-password');
        // Added custom arguments functionality
        $mail->uniqueArgs(['user_id' => 1]);

        // Default Laravel functionality
        $mail->to('email@address.com');
        $mail->subject('Crazy subject');
    });
```

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity68

Established project with proven stability

 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

Every ~61 days

Recently: every ~87 days

Total

8

Last Release

3085d ago

Major Versions

1.0.5 → 2.0.02017-10-17

2.0.0 → 3.0.02018-01-18

### Community

Maintainers

![](https://www.gravatar.com/avatar/8295c2fd4b99c16632e7840055b2cc6ebc454959548d4c4ccaad48588c5f25c4?d=identicon)[timfeid1](/maintainers/timfeid1)

---

Top Contributors

[![timfeid](https://avatars.githubusercontent.com/u/4679832?v=4)](https://github.com/timfeid "timfeid (1 commits)")

### Embed Badge

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

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

###  Alternatives

[fedeisas/laravel-mail-css-inliner

Inline the CSS of your HTML emails using Laravel

5984.7M3](/packages/fedeisas-laravel-mail-css-inliner)[s-ichikawa/laravel-sendgrid-driver

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

4079.7M1](/packages/s-ichikawa-laravel-sendgrid-driver)[illuminate/notifications

The Illuminate Notifications package.

483.0M1.1k](/packages/illuminate-notifications)[eduardokum/laravel-mail-auto-embed

Library for embed images in emails automatically

1702.1M9](/packages/eduardokum-laravel-mail-auto-embed)[capsulescodes/inertia-mailable

Seamlessly craft dynamic and reusable email templates using Inertia

289.5k](/packages/capsulescodes-inertia-mailable)[simonschaufi/laravel-dkim

Laravel package for signing outgoing messages with DKIM.

29142.6k](/packages/simonschaufi-laravel-dkim)

PHPackages © 2026

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