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

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

jorgecortesdev/sendgrid-laravel
===============================

Laravel wrapper for the official SendGrid PHP library.

1.0.3(1y ago)0379↓78.6%1MITPHPPHP ^8.1

Since Mar 21Pushed 1y ago1 watchersCompare

[ Source](https://github.com/jorgecortesdev/sendgrid-laravel)[ Packagist](https://packagist.org/packages/jorgecortesdev/sendgrid-laravel)[ Docs](https://github.com/jorgecortesdev/sendgrid-laravel)[ RSS](/packages/jorgecortesdev-sendgrid-laravel/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (4)Dependencies (7)Versions (5)Used By (0)

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

[](#sendgrid-laravel)

[![Latest Version](https://camo.githubusercontent.com/f9f27e9eb4796705b87746e8d04fde20cb421922c924060d53e6e77a076fcb0e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a6f726765636f727465736465762f73656e64677269642d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jorgecortesdev/sendgrid-laravel)[![License](https://camo.githubusercontent.com/90923f0d4d1b36553556ea7a809ffddf54bf6f075387ec54b0a4e791c037d54e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6a6f726765636f727465736465762f73656e64677269642d6c61726176656c3f7374796c653d666c61742d737175617265266c696e6b3d4c4943454e53452e6d64)](LICENSE.md)

A Laravel wrapper for the official [SendGrid PHP library](https://github.com/sendgrid/sendgrid-php), providing a simple and elegant way to send emails through SendGrid in your Laravel applications.

🚨 Note
------

[](#-note)

> **IMPORTANT:** This package currently provides only the most basic functionality required to send emails using SendGrid. No advanced features or additional abstractions are included. Feel free to submit a PR if you'd like to extend the functionality!

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

[](#installation)

You can install the package via Composer:

```
composer require jorgecortesdev/sendgrid-laravel
```

Configuration
-------------

[](#configuration)

it

Update your `.env` file with the SendGrid API key:

```
SENDGRID_API_KEY=
```

Second, add the following configuration to the `config/services.php` file. The `data_residency` option can be either 'eu' or 'global':

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

Lastly, add the following configuration array to your array of `mailers` in the `config/mail.php` file:

```
'sendgrid' => [
    'transport' => 'sendgrid',
],
```

Usage
-----

[](#usage)

Update your `.env` file with the new mailer:

```
MAIL_MAILER=sendgrid

```

Don't forget to add a from address does match a verified Sender Identity.

```
MAIL_FROM_ADDRESS="john@allowed.domain"

```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance43

Moderate activity, may be stable

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

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

Every ~1 days

Total

4

Last Release

466d ago

### Community

Maintainers

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

---

Top Contributors

[![jorgecortesdev](https://avatars.githubusercontent.com/u/5498238?v=4)](https://github.com/jorgecortesdev "jorgecortesdev (14 commits)")

---

Tags

emaillaravelsendgridsendgrid-phplaravelemailsendgridsendgrid-php

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[synergitech/laravel-postal

This library integrates Postal with the standard Laravel mail framework.

38117.1k](/packages/synergitech-laravel-postal)[api-platform/laravel

API Platform support for Laravel

58171.6k14](/packages/api-platform-laravel)[ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.

21318.6k3](/packages/ecotone-laravel)[flexflux/laravel-elastic-email

Package to send emails with attachements via an Elastic Email Mailer.

1661.0k](/packages/flexflux-laravel-elastic-email)[mydnic/laravel-subscribers

Easily Manage Internal Newsletter Subscribers in Laravel — with campaigns, mail sending, and tracking

265.1k](/packages/mydnic-laravel-subscribers)[juanparati/brevosuite

Complete Brevo integration with Laravel

1014.8k](/packages/juanparati-brevosuite)

PHPackages © 2026

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