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

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

istrix/sendgrid-nette
=====================

Sendgrid integration for Nette mailer

v1.1.1(9y ago)26.4k—0%5[2 issues](https://github.com/honzagula/sendgrid-nette/issues)[1 PRs](https://github.com/honzagula/sendgrid-nette/pulls)BSD-3PHPPHP &gt;=5.3.0

Since Jun 3Pushed 9y ago1 watchersCompare

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

READMEChangelogDependencies (2)Versions (5)Used By (0)

sendgrid-nette
==============

[](#sendgrid-nette)

Sendgrid integration for Nette mailer

Install
-------

[](#install)

```
composer require istrix/sendgrid-nette

```

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

[](#configuration)

In config add:

```
parameters:
	sendgrid:
		key: 'yourkey'

services:
	nette.mailer: Istrix\Mail\SendgridMailer(%sendgrid.key%, %tempDir%)

```

Usage
-----

[](#usage)

Just inject IMailer and send message...

```
	/** @var IMailer @inject */
	public $mailer;

	protected function sendMail() {
		...
		$this->mailer->send($message);
		...
	}

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity61

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

Total

4

Last Release

3508d ago

### Community

Maintainers

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

---

Top Contributors

[![honzagula](https://avatars.githubusercontent.com/u/15079308?v=4)](https://github.com/honzagula "honzagula (6 commits)")

### Embed Badge

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

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

###  Alternatives

[swiftmade/laravel-sendgrid-notification-channel

Laravel Notification Channel for Sengrid.com

26287.7k](/packages/swiftmade-laravel-sendgrid-notification-channel)[contributte/mailing

Sending emails with pleasure and prepared templates.

16961.0k2](/packages/contributte-mailing)[iandenh/cakephp-sendgrid

SendgridEmail plugin for CakePHP

16123.4k](/packages/iandenh-cakephp-sendgrid)[dotblue/mandrill

OO wrapper above Mandrill API for sending e-mails

1476.5k1](/packages/dotblue-mandrill)[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)
