PHPackages                             mariomka/disposable-email-detector - 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. [Testing &amp; Quality](/categories/testing)
4. /
5. mariomka/disposable-email-detector

AbandonedArchivedLibrary[Testing &amp; Quality](/categories/testing)

mariomka/disposable-email-detector
==================================

A PHP package to detect disposable emails based on ivolo/disposable-email-domains list.

v0.5.8(8y ago)15821MITPHPPHP ^7.0

Since Feb 7Pushed 8y ago2 watchersCompare

[ Source](https://github.com/mariomka/disposable-email-detector)[ Packagist](https://packagist.org/packages/mariomka/disposable-email-detector)[ RSS](/packages/mariomka-disposable-email-detector/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (17)Used By (0)

Disposable email detector
=========================

[](#disposable-email-detector)

A PHP package to detect disposable emails based on [ivolo/disposable-email-domains](https://github.com/ivolo/disposable-email-domains) list.

[![Build Status](https://camo.githubusercontent.com/6e4170de0c4b772eac190752c86227e8e19c20577b0b35963d1ccb74a7ab9ead/68747470733a2f2f7472617669732d63692e6f72672f6d6172696f6d6b612f646973706f7361626c652d656d61696c2d6465746563746f722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/mariomka/disposable-email-detector)[![StyleCI](https://camo.githubusercontent.com/9e5883194a0fc2768fef71a3cb53f063d8bd4f062d4c0492eddfbcd6a518ccec/68747470733a2f2f7374796c6563692e696f2f7265706f732f38313038303635392f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/81080659)[![Latest Stable Version](https://camo.githubusercontent.com/889d5aee4b077a1f3b1ea0db72b8b4340e1842dd32e208dd6ee0ac5f7f7e592e/68747470733a2f2f706f7365722e707567782e6f72672f6d6172696f6d6b612f646973706f7361626c652d656d61696c2d6465746563746f722f762f737461626c653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/mariomka/disposable-email-detector)[![License](https://camo.githubusercontent.com/957e1397a3ad16747951263a91cd2e6a889f147c27436718017778ecd379feee/68747470733a2f2f706f7365722e707567782e6f72672f6d6172696f6d6b612f646973706f7361626c652d656d61696c2d6465746563746f722f6c6963656e73653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/mariomka/disposable-email-detector)

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

[](#installation)

You can install this package via composer:

```
composer require mariomka/detect-disposable-emails
```

How to use
----------

[](#how-to-use)

```
$detector = new \Mariomka\DisposableEmailDetector\Detector();

if($detector->isDisposable('something@domain.com')) {
    // Disposable email
} else {
    // Acceptable email
}
```

Testing
-------

[](#testing)

You can run the tests with:

```
vendor/bin/phpunit
```

License
-------

[](#license)

This software is licensed under the [MIT license](http://opensource.org/licenses/MIT).

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity56

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

Recently: every ~29 days

Total

16

Last Release

3117d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/24be255167f323e560a10b9a4c31c9f47f58ec88653b9b2ec125dde1eb162071?d=identicon)[mariomka](/maintainers/mariomka)

---

Top Contributors

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

---

Tags

disposabledisposable-emailemailfakeemailsdisposable

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mariomka-disposable-email-detector/health.svg)

```
[![Health](https://phpackages.com/badges/mariomka-disposable-email-detector/health.svg)](https://phpackages.com/packages/mariomka-disposable-email-detector)
```

###  Alternatives

[phpspec/prophecy

Highly opinionated mocking framework for PHP 5.3+

8.5k551.7M682](/packages/phpspec-prophecy)[fgribreau/mailchecker

Temporary (disposable/throwaway) email detection library. Covers 1987 fake email providers.

1.9k662.6k4](/packages/fgribreau-mailchecker)[beeyev/disposable-email-filter-php

Disposable (temporary/throwaway/fake) email detection library. Automatically updated every week.

70151.7k2](/packages/beeyev-disposable-email-filter-php)[timacdonald/log-fake

A drop in fake logger for testing with the Laravel framework.

4235.9M56](/packages/timacdonald-log-fake)[kirschbaum-development/mail-intercept

A test package for intercepting email sent from Laravel

112407.9k1](/packages/kirschbaum-development-mail-intercept)[icecave/isolator

Dependency injection for global functions.

371.3M29](/packages/icecave-isolator)

PHPackages © 2026

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