PHPackages                             mmediasoftwarelab/deliverability - 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. mmediasoftwarelab/deliverability

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

mmediasoftwarelab/deliverability
================================

Email deliverability diagnostics - SPF, DKIM, DMARC, MX, PTR, blacklist sweep

v1.0.0(1mo ago)00MITPHPPHP &gt;=8.0

Since Apr 19Pushed 1mo agoCompare

[ Source](https://github.com/mmediasoftwarelab/emlcheck-php)[ Packagist](https://packagist.org/packages/mmediasoftwarelab/deliverability)[ Docs](https://www.mmediasoftwarelab.com)[ RSS](/packages/mmediasoftwarelab-deliverability/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

mmediasoftwarelab/deliverability
================================

[](#mmediasoftwarelabdeliverability)

PHP library for email deliverability diagnostics. Checks SPF, DKIM, DMARC, MX, PTR, and blacklist sweep (41 lists) for any domain.

Install
-------

[](#install)

```
composer require mmediasoftwarelab/deliverability
```

Library Usage
-------------

[](#library-usage)

```
use MMedia\Deliverability\Deliverability;
use MMedia\Deliverability\Suite;

$suite = new Suite('example.com');
$suite->add(Deliverability::spf('example.com'));
$suite->add(Deliverability::dkim('example.com', 'google'));
$suite->add(Deliverability::dmarc('example.com'));
$suite->add(Deliverability::mx('example.com'));
$suite->add(Deliverability::ptr('example.com'));
$suite->add(Deliverability::rbl('example.com'));

foreach ($suite->getResults() as $result) {
    echo $result->getName() . ': ' . $result->getStatus() . PHP_EOL;
}
```

CLI Usage
---------

[](#cli-usage)

```
vendor/bin/emlcheck check example.com
vendor/bin/emlcheck check example.com --full --json
```

Standalone
----------

[](#standalone)

`check.php` runs without Composer - drop it on any PHP server and open in a browser.

License
-------

[](#license)

MIT - [M Media](https://www.mmediasoftwarelab.com)

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance90

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 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

51d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7644181?v=4)[Jeff Mutschler](/maintainers/mmediasoftwarelab)[@mmediasoftwarelab](https://github.com/mmediasoftwarelab)

---

Top Contributors

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

---

Tags

emaildnsblacklistspfdeliverabilitydmarcdkimrbl

### Embed Badge

![Health badge](/badges/mmediasoftwarelab-deliverability/health.svg)

```
[![Health](https://phpackages.com/badges/mmediasoftwarelab-deliverability/health.svg)](https://phpackages.com/packages/mmediasoftwarelab-deliverability)
```

###  Alternatives

[pelago/emogrifier

Converts CSS styles into inline style attributes in your HTML code

94745.9M130](/packages/pelago-emogrifier)[zbateson/mail-mime-parser

MIME email message parser

54351.9M85](/packages/zbateson-mail-mime-parser)[mlocati/spf-lib

Parse, build and validate SPF (Sender Policy Framework) DNS records

67920.0k3](/packages/mlocati-spf-lib)[mika56/spfcheck

Checks an IP address against a domain's SPF record

451.1M6](/packages/mika56-spfcheck)[salaros/is-biz-mail

isBizMail tells you whether a given email address is free (gmail.com, yahoo.es, yandex.ru etc) or not

32461.7k](/packages/salaros-is-biz-mail)[dyninc/dyn-php

Dyn PHP SDK - for interaction with Dyn's product APIs

21111.7k3](/packages/dyninc-dyn-php)

PHPackages © 2026

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