PHPackages                             dniccum/mailgun-domain-verification - 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. dniccum/mailgun-domain-verification

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

dniccum/mailgun-domain-verification
===================================

A Laravel Nova resource tool that allows you to add domains to a Mailgun account and verify their status.

v1.3.0(5y ago)327MITVuePHP &gt;=7.1.0CI failing

Since Sep 8Pushed 5y ago1 watchersCompare

[ Source](https://github.com/dniccum/nova-mailgun-verification)[ Packagist](https://packagist.org/packages/dniccum/mailgun-domain-verification)[ Docs](https://github.com/dniccum/nova-mailgun-verification)[ RSS](/packages/dniccum-mailgun-domain-verification/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (8)Dependencies (4)Versions (9)Used By (0)

Laravel Nova Mailgun Domain Verification
========================================

[](#laravel-nova-mailgun-domain-verification)

A Laravel Nova resource tool that allows users to dynamically and programatically add domains to their Mailgun account and verify their status by providing the necessary TXT and CNAME records.

[![Image 1](./screenshots/verify-domain.png "Mailgun Domain Verification")](./screenshots/verify-domain.png)

Requirements
------------

[](#requirements)

You will need the following items to use this tool:

- A valid Mailgun account
- A private API key associated with your Mailgun account

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

[](#installation)

To install this tool, use the installation code below:

```
composer require dniccum/mailgun-domain-verification

```

Usage
-----

[](#usage)

### Environment variable

[](#environment-variable)

If you have haven't already, you will need to add the Mailgun API key to your `.env` file like so:

```
MAILGUN_SECRET="key-XXXXXXXXXXXXXXXXXXXX"
```

### Code

[](#code)

To use the tool, add the following code to your Nova resource.

```
use Dniccum\MailgunDomainVerification\MailgunDomainVerification;

MailgunDomainVerification::make()
```

By default, the tool will look for the `email_address_domain` column in the database.

#### Options

[](#options)

**resourceAttribute**

If you would like to change the database column that the tool uses for domain validation, use the `resourceAttribute` option like so:

```
MailgunDomainVerification::make()
    ->resourceAttribute('domain')
```

### Resource

[](#resource)

After all of the appropriate credentials are in place, and no errors appear, click the "Add Domain" button to add the domain to your Mailgun account.

[![Image 1](./screenshots/add-domain.png "Add Domain")](./screenshots/add-domain.png)

Once done, the tool will provide you with the necessary TXT and CNAME records for you to add to your domain.

[![Image 2](./screenshots/verify-domain.png "Mailgun Domain Verification")](./screenshots/verify-domain.png)

Credits
-------

[](#credits)

- [Doug Niccum](https://github.com/dniccum)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](./LICENSE.md) for more information.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

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

Recently: every ~175 days

Total

8

Last Release

2072d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9fe997126bcc6a6026a2f6c335ce125055af46178c82faa24d3087b7d5dc0b44?d=identicon)[dniccum](/maintainers/dniccum)

---

Top Contributors

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

---

Tags

domainmailgun-domain-verificationmailgun-phpnova-resourceverificationlaravelmailgunnova

### Embed Badge

![Health badge](/badges/dniccum-mailgun-domain-verification/health.svg)

```
[![Health](https://phpackages.com/badges/dniccum-mailgun-domain-verification/health.svg)](https://phpackages.com/packages/dniccum-mailgun-domain-verification)
```

###  Alternatives

[tzsk/sms

A robust and unified SMS gateway integration package for Laravel, supporting multiple providers.

320244.3k6](/packages/tzsk-sms)[therobfonz/laravel-mandrill-driver

Mandrill Driver for Laravel

773.5M](/packages/therobfonz-laravel-mandrill-driver)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[dniccum/custom-email-sender

A tool for Laravel's Nova administrator panel that allows you to send custom email messages that within your application that leverages the applications existing settings and configurations.

6235.9k](/packages/dniccum-custom-email-sender)[coreproc/nova-notification-feed

A Laravel Nova package that adds a notification feed in your Nova app.

10149.1k](/packages/coreproc-nova-notification-feed)[naif/nova-push-notification

A Laravel Nova tool to send push notifications via OneSignal

166.4k](/packages/naif-nova-push-notification)

PHPackages © 2026

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