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

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

athens/sendgrid
===============

SendGrid email sending wrapper for the Athens framework.

0.0.3(9y ago)074MITPHP

Since Feb 11Pushed 9y ago2 watchersCompare

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

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

[![Build Status](https://camo.githubusercontent.com/ac43332e7a925f036ffc0067d9f63dff82c0b4937f829d935292e24fefabc95f/68747470733a2f2f7472617669732d63692e6f72672f417468656e734672616d65776f726b2f53656e64477269642e737667)](https://travis-ci.org/AthensFramework/SendGrid)[![Code Climate](https://camo.githubusercontent.com/d6c0382beb937fa8bd39c33719978ee195c81d3d90be56783cdcd9f97620474e/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f417468656e734672616d65776f726b2f73656e64677269642f6261646765732f6770612e737667)](https://codeclimate.com/github/AthensFramework/sendgrid)[![Test Coverage](https://camo.githubusercontent.com/3045de7e1c40c08923efc0ec594024465f5940a57eb115f5ef39400874f556db/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f417468656e734672616d65776f726b2f73656e64677269642f6261646765732f636f7665726167652e737667)](https://codeclimate.com/github/AthensFramework/sendgrid/coverage)[![Latest Stable Version](https://camo.githubusercontent.com/2922a0e1454621a6bf0004dc6c976adb0a6ca346db76cee157dda299b3182c08/68747470733a2f2f706f7365722e707567782e6f72672f617468656e732f73656e64677269642f762f737461626c65)](https://packagist.org/packages/athens/sendgrid)

SendGrid
========

[](#sendgrid)

Send your Athens framework emails using your SendGrid account.

By default, the Athens framework uses the Php command `send` to deliver emails. If you have a SendGrid account, you can use this package to send your emails using SendGrid instead.

Use
---

[](#use)

Because this package has depends on multiple other packages, we strongly recommend installing it using [Composer](https://www.getcomposer.org). Add `athens/sendgrid` to your your `composer.json`:

```
"require": {
        ...
        "athens/sendgrid": "0.*",
        ...
    },

```

Then [update/install your Composer dependencies](https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies).

If you haven't already done so, create a SendGrid [API key](https://app.sendgrid.com/settings/api_keys). Paste that into your `local_settings.php`:

```
...
define('SENDGRID_API_KEY', 'mybiglongsendgridapikey');
...

```

Now define your default emailer in `setup.php`:

```
...
use Athens\Core\Etc\Settings;
...
Settings::setDefaultEmailerClass('Athens\SendGrid\Emailer');
...

```

That's it! If you provided the correct API key, your Athens emails are now being sent with SendGrid! Check your SendGrid dashboard to confirm.

Getting Involved
----------------

[](#getting-involved)

Feel free to open pull requests or issues. [GitHub](https://github.com/AthensFramework/sendgrid) is the canonical location of this project.

Here's the general sequence of events for code contribution:

1. Open an issue in the [issue tracker](https://github.com/AthensFramework/sendgrid/issues/).
2. In any order:

- Submit a pull request with a **failing** test that demonstrates the issue/feature.
- Get acknowledgement/concurrence.

3. Revise your pull request to pass the test in (2). Include documentation, if appropriate.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity55

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 ~178 days

Total

3

Last Release

3434d ago

### Community

Maintainers

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

![](https://www.gravatar.com/avatar/290ab676b0d7a71324f5e5b1cd29b339cd379449c10bb721fd3f7d7d6b7571f1?d=identicon)[BonPacific](/maintainers/BonPacific)

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

---

Top Contributors

[![JASchilz](https://avatars.githubusercontent.com/u/6137968?v=4)](https://github.com/JASchilz "JASchilz (23 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[swiftmade/laravel-sendgrid-notification-channel

Laravel Notification Channel for Sengrid.com

27308.9k](/packages/swiftmade-laravel-sendgrid-notification-channel)[iandenh/cakephp-sendgrid

SendgridEmail plugin for CakePHP

16125.3k](/packages/iandenh-cakephp-sendgrid)[bryglen/yii2-sendgrid

Sendgrid Mailer for Yii 2

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

PHPackages © 2026

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