PHPackages                             rsthn/rose-ext-wind-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. rsthn/rose-ext-wind-sendgrid

ActiveRose-extension[Mail &amp; Notifications](/categories/mail)

rsthn/rose-ext-wind-sendgrid
============================

SendGrid Adapter for Wind

1.0.5(4y ago)145Apache-2.0PHP

Since Oct 27Pushed 4y ago1 watchersCompare

[ Source](https://github.com/rsthn/rose-ext-wind-sendgrid)[ Packagist](https://packagist.org/packages/rsthn/rose-ext-wind-sendgrid)[ RSS](/packages/rsthn-rose-ext-wind-sendgrid/feed)WikiDiscussions master Synced today

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

SendGrid Adapter for Wind
=========================

[](#sendgrid-adapter-for-wind)

This extension adds expression functions to [Wind](https://github.com/rsthn/rose-ext-wind) to send emails using SendGrid.

> **NOTE:** The extension detects the presence of Wind, when not installed, this extension will simply not be loaded.

Installation
============

[](#installation)

```
composer require rsthn/rose-ext-wind-sendgrid
```

Configuration Section: `Mail`
-----------------------------

[](#configuration-section-mail)

FieldTypeDescriptionDefaultsendgrid`string`SendGrid API Key.Requiredfrom`string`Email address of the sender.RequiredfromName`string`Name of the sender.OptionalExpression Functions
--------------------

[](#expression-functions)

### `mail::send` name:string value:string ...

[](#mailsend-namestring-valuestring-)

### `sendgrid::send` name:string value:string ...

[](#sendgridsend-namestring-valuestring-)

Sends an email and returns boolean (true) if successfully sent. Error messages are written to the system log. Accepts one or more name:value pairs. Currently supported:

NameTypeDescriptionRCPT`string`Email address of the recipient.RCPT`array`Email addresses of the recipients.FROM`string`Email of the sender.FROM-NAME`string`Name of the sender.SUBJECT`string`Subject of the message.BODY`string`HTML contents of the message.ATTACHMENT`string`Adds the specified file (path) as an attachment.ATTACHMENT`map { name, data }`Adds an attachment from a given data string.ATTACHMENT`map { name, path }`Adds an attachment from a given path.ATTACHMENT`array`Adds one or more attachments (each of which can be any of the previous forms).Example:

```
(mail::send
	RCPT 'example@host.com'
	SUBJECT 'This is a test.'
	BODY 'Thanks for reading this email.'
)
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Recently: every ~79 days

Total

6

Last Release

1682d ago

### Community

Maintainers

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

---

Top Contributors

[![strikeone88](https://avatars.githubusercontent.com/u/50781762?v=4)](https://github.com/strikeone88 "strikeone88 (8 commits)")

### Embed Badge

![Health badge](/badges/rsthn-rose-ext-wind-sendgrid/health.svg)

```
[![Health](https://phpackages.com/badges/rsthn-rose-ext-wind-sendgrid/health.svg)](https://phpackages.com/packages/rsthn-rose-ext-wind-sendgrid)
```

###  Alternatives

[swiftmade/laravel-sendgrid-notification-channel

Laravel Notification Channel for Sengrid.com

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

SendgridEmail plugin for CakePHP

16123.4k](/packages/iandenh-cakephp-sendgrid)[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)
