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

ActiveCakephp-plugin

madalinignisca/sendgrid
=======================

Sendgrid plugin for CakePHP

14893PHP

Since Aug 29Pushed 7y ago1 watchersCompare

[ Source](https://github.com/madalinignisca/sendgrid)[ Packagist](https://packagist.org/packages/madalinignisca/sendgrid)[ RSS](/packages/madalinignisca-sendgrid/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Sendgrid plugin for CakePHP
===========================

[](#sendgrid-plugin-for-cakephp)

details on installation tbd

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

[](#installation)

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

The recommended way to install composer packages is:

```
composer require madalinignisca/sendgrid

```

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

[](#configuration)

### Method 1 (modern, using ENV)

[](#method-1-modern-using-env)

Add to **config/bootstrap.php** above

```
Email::configTransport(Configure::consume('EmailTransport'));

```

the following line

```
Plugin::load('MadalinIgnisca/Sendgrid', ['bootstrap' => true]);

```

The plugin loads from dotenv the following: `SENDGRID_USERNAME``SENDGRID_PASSWORD`or `SENGRID_API`

### Method 2 (classic, hardcoded credentials)

[](#method-2-classic-hardcoded-credentials)

Add in your **app.php** file, in the **EmailTransport** item

```
'EmailTransport' => [
        ...
        'sendgrid' => [
            'className' => '\MadalinIgnisca\Sendgrid\Mailer\Transport\SendgridTransport',
            'username' => 'your_username_or_api_key',
            'password' => 'your_password_or_null_if_api_key,
        ]
        ...
    ],

```

Make sure if using V4 of Sendgrid, you set the API key as username (will alter code to also support config as 'apikey') for now.

To use it by default, set your default transport to `sendgrid` in the Email config.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 87.5% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/6cece32a5b7a79a3dda5276be7cd6860b182e50109386f610ccb2f5f81ab61b7?d=identicon)[madalin](/maintainers/madalin)

---

Top Contributors

[![madalinignisca](https://avatars.githubusercontent.com/u/619561?v=4)](https://github.com/madalinignisca "madalinignisca (7 commits)")[![jorisvaesen](https://avatars.githubusercontent.com/u/4093781?v=4)](https://github.com/jorisvaesen "jorisvaesen (1 commits)")

### Embed Badge

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

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

PHPackages © 2026

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