PHPackages                             kuusamo/plugin-mailgun - 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. kuusamo/plugin-mailgun

ActiveLibrary

kuusamo/plugin-mailgun
======================

Mailgun plugin for Kuusamo

1.0.2(3y ago)021MITPHPPHP &gt;=7.4.0

Since Nov 23Pushed 3y ago1 watchersCompare

[ Source](https://github.com/kuusamo/plugin-mailgun)[ Packagist](https://packagist.org/packages/kuusamo/plugin-mailgun)[ Docs](https://github.com/kuusamo/plugin-mailgun)[ RSS](/packages/kuusamo-plugin-mailgun/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (6)Versions (4)Used By (0)

Mailgun plugin
==============

[](#mailgun-plugin)

[![Latest Stable Version](https://camo.githubusercontent.com/772c2fc9eaa02a68e9c1f33999e3b28a823b47e365a46afa960d2416a1544e09/68747470733a2f2f706f7365722e707567782e6f72672f6b757573616d6f2f706c7567696e2d6d61696c67756e2f76)](//packagist.org/packages/kuusamo/plugin-mailgun)[![Total Downloads](https://camo.githubusercontent.com/34228cbe228ab4ac3037fc6ee41b523f9bc7f80ca3acf3c7126e72b865dcea0f/68747470733a2f2f706f7365722e707567782e6f72672f6b757573616d6f2f706c7567696e2d6d61696c67756e2f646f776e6c6f616473)](//packagist.org/packages/kuusamo/plugin-mailgun)[![License](https://camo.githubusercontent.com/ba6ddfa24aec1ebe659c7015c0f9a00b3101e97afb5e0750186baeb543a1f66f/68747470733a2f2f706f7365722e707567782e6f72672f6b757573616d6f2f706c7567696e2d6d61696c67756e2f6c6963656e7365)](//packagist.org/packages/kuusamo/plugin-mailgun)[![Build Status](https://camo.githubusercontent.com/07ad067c626728ba40dcd3386ad975e4d4d0d81b1f031f13fbe8aad4ab549e50/68747470733a2f2f6170702e7472617669732d63692e636f6d2f6b757573616d6f2f706c7567696e2d6d61696c67756e2e7376673f6272616e63683d6d6173746572267374617475733d6572726f726564)](https://app.travis-ci.com/github/kuusamo/plugin-mailgun)

This plugin adds Mailgun email integration to Kuusamo.

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

[](#installation)

Install into your project using Composer.

```
composer require kuusamo/plugin-mailgun

```

Usage
-----

[](#usage)

Install it in `index.php` of your project.

```
$mailgunConfig = new Kuusamo\Plugin\Mailgun\MailgunConfig([
    'senderAddress' => 'test@example.com',
    'senderName' => 'Kuusamo',
    'senderReplyAddress' => 'reply@example.com', // optional
    'apiKey' => 'abc123',
    'domain' => 'kuusamo.org'
]);

$provider = Kuusamo\Plugin\Mailgun\MailgunFactory::create($mailgunConfig);
Kuusamo\Vle\Service\Email\EmailFactory::setProvider($provider);

```

Development
-----------

[](#development)

Run the tests

```
ant

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

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

Total

3

Last Release

1103d ago

### Community

Maintainers

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

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/kuusamo-plugin-mailgun/health.svg)

```
[![Health](https://phpackages.com/badges/kuusamo-plugin-mailgun/health.svg)](https://phpackages.com/packages/kuusamo-plugin-mailgun)
```

###  Alternatives

[mettle/sendportal-core

Sendportal core functionality.

30033.9k1](/packages/mettle-sendportal-core)[tamara-solution/php-sdk

Tamara PHP Client Library

10259.4k1](/packages/tamara-solution-php-sdk)[webit/w-firma-api

wFirma.pl API

1820.2k](/packages/webit-w-firma-api)

PHPackages © 2026

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