PHPackages                             iandenh/cakephp-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. iandenh/cakephp-sendgrid

ActiveCakephp-plugin[Mail &amp; Notifications](/categories/mail)

iandenh/cakephp-sendgrid
========================

SendgridEmail plugin for CakePHP

4.0.1(1y ago)16123.4k—8.1%5MITPHPPHP &gt;=8.1

Since Feb 26Pushed 1y ago3 watchersCompare

[ Source](https://github.com/Iandenh/cakephp-sendgrid)[ Packagist](https://packagist.org/packages/iandenh/cakephp-sendgrid)[ Docs](https://github.com/Iandenh/cakephp-sendgrid)[ RSS](/packages/iandenh-cakephp-sendgrid/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (35)Used By (0)

CakePHP SendGrid plugin
=======================

[](#cakephp-sendgrid-plugin)

This is a Sendgrid Email Transport plugin for CakePHP 3, 4 and 5. This branch contains the code for CakePHP 5.

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

[](#installation)

You can install this plugin into your CakePHP application using [composer](https://getcomposer.org).

```
composer require iandenh/cakephp-sendgrid

```

Setting up your CakePHP application
-----------------------------------

[](#setting-up-your-cakephp-application)

In you `app.php`:

```
'Email' => [
    'Sendgrid' => [
        'transport' => 'SendgridEmail',
    ],
],
'EmailTransport' => [
    'SendgridEmail' => [
        'className' => 'SendgridEmail.Sendgrid',
        'api_key' => 'API_KEY_HERE',
        // Config options below are added in version 2
        "click_tracking" => false, // true or false to toggle sendgrids click tracking
        "open_tracking" => false, // true or false to toggle sendgrids open tracking
    ]
]

```

Inspired by [Lennaert/cakephp3-mandrill](https://github.com/Lennaert/cakephp3-mandrill)

###  Health Score

49

—

FairBetter than 95% of packages

Maintenance40

Moderate activity, may be stable

Popularity40

Moderate usage in the ecosystem

Community17

Small or concentrated contributor base

Maturity83

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 88.4% 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 ~109 days

Recently: every ~279 days

Total

29

Last Release

669d ago

Major Versions

2.0.0-beta2 → 3.0.0-beta2020-01-02

1.8.1 → 2.0.0-beta42020-02-19

2.0.0-beta5 → 3.0.0-beta22020-02-25

2.0.0 → 3.0.02020-07-28

3.2.0 → 4.0.0-beta12023-10-22

PHP version history (5 changes)0.1PHP &gt;=5.4.16

1.8.0PHP &gt;=5.6.0

3.0.0-alphaPHP &gt;=7.1.0

3.0.0-beta2PHP &gt;=7.2.0

4.0.1PHP &gt;=8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/4373251590c52b72bac492922e7575871d19cc67b448183f86346d8dd170dc8a?d=identicon)[Iandenh](/maintainers/Iandenh)

---

Top Contributors

[![Iandenh](https://avatars.githubusercontent.com/u/2911923?v=4)](https://github.com/Iandenh "Iandenh (84 commits)")[![oddmutou](https://avatars.githubusercontent.com/u/11976067?v=4)](https://github.com/oddmutou "oddmutou (6 commits)")[![pauledenburg](https://avatars.githubusercontent.com/u/2551131?v=4)](https://github.com/pauledenburg "pauledenburg (2 commits)")[![ethanpooley](https://avatars.githubusercontent.com/u/856884?v=4)](https://github.com/ethanpooley "ethanpooley (1 commits)")[![hiryu85](https://avatars.githubusercontent.com/u/406275?v=4)](https://github.com/hiryu85 "hiryu85 (1 commits)")[![stickler-ci](https://avatars.githubusercontent.com/u/16011037?v=4)](https://github.com/stickler-ci "stickler-ci (1 commits)")

---

Tags

cakephphacktoberfestphpsendgirdcakephpsendgrid

### Embed Badge

![Health badge](/badges/iandenh-cakephp-sendgrid/health.svg)

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

###  Alternatives

[lorenzo/cakephp-email-queue

Queue, preview and and send emails stored in the database

57121.5k1](/packages/lorenzo-cakephp-email-queue)[narendravaghela/cakephp-mailgun

Mailgun plugin for CakePHP - Send emails using Mailgun API

23356.6k](/packages/narendravaghela-cakephp-mailgun)[bryglen/yii2-sendgrid

Sendgrid Mailer for Yii 2

1353.5k](/packages/bryglen-yii2-sendgrid)

PHPackages © 2026

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