PHPackages                             mattstein/kirby-unsend - 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. mattstein/kirby-unsend

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

mattstein/kirby-unsend
======================

Unsend email provider for Kirby CMS.

1.0.0(1y ago)024MITPHPPHP &gt;=8.3.0

Since Aug 7Pushed 1y agoCompare

[ Source](https://github.com/mattstein/kirby-unsend)[ Packagist](https://packagist.org/packages/mattstein/kirby-unsend)[ RSS](/packages/mattstein-kirby-unsend/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (2)Dependencies (3)Versions (2)Used By (0)

Unsend Email Provider for Kirby CMS
===================================

[](#unsend-email-provider-for-kirby-cms)

Overview
--------

[](#overview)

This plugin allows Kirby’s email component to send messages with [Unsend](https://unsend.dev), an open source email platform that uses Amazon SES.

Once installed and configured properly, any message sent via Kirby’s standard `kirby()->email()` will be handled by Unsend’s API.

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

[](#installation)

Install via Composer:

```
composer require mattstein/kirby-unsend

```

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

[](#configuration)

Set an `UNSEND_API_KEY` environment variable, and `UNSEND_URL` if you self-host (example: `https://unsend.example.com`).

Alternatively, you can specify your API key and URL in `site/config/config.php`:

```
return [
    'mattstein.unsend' => [
        'apiKey' => 'your-api-key',
        'url' => 'https://unsend.example.com',
    ],
    // ...
];
```

###  Health Score

31

—

LowBetter than 65% of packages

Maintenance49

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity52

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

Unknown

Total

1

Last Release

377d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5e0d8e8a2b2564922c84a3e8e552d6da91645aceb3121938b3c5ef1037429ff7?d=identicon)[mattstein](/maintainers/mattstein)

---

Top Contributors

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

---

Tags

kirby-cmskirby-pluginunsend

### Embed Badge

![Health badge](/badges/mattstein-kirby-unsend/health.svg)

```
[![Health](https://phpackages.com/badges/mattstein-kirby-unsend/health.svg)](https://phpackages.com/packages/mattstein-kirby-unsend)
```

###  Alternatives

[getkirby/cms

The Kirby core

1.5k606.6k542](/packages/getkirby-cms)[medienbaecker/kirby-modules

Easily add modules to your pages

895.6k1](/packages/medienbaecker-kirby-modules)[getkirby/starterkit

Kirby Starterkit

20413.9k](/packages/getkirby-starterkit)[getkirby/plainkit

Kirby Plainkit

11911.9k1](/packages/getkirby-plainkit)[pechente/kirby-password-guard

Kirby Password Guard

386.5k](/packages/pechente-kirby-password-guard)[johannschopplich/kirby-content-translator

DeepL &amp; AI-powered content translation for Kirby CMS

2011.4k](/packages/johannschopplich-kirby-content-translator)

PHPackages © 2026

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