PHPackages                             leo108/email-fake-filter - 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. [Validation &amp; Sanitization](/categories/validation)
4. /
5. leo108/email-fake-filter

ActiveLibrary[Validation &amp; Sanitization](/categories/validation)

leo108/email-fake-filter
========================

Email Fake Filter is a PHP library that allows you to check if an email address is a disposable/one-time email address.

v1.166.0(6d ago)12.3kMITPHPPHP ^8.0CI passing

Since May 4Pushed 6d ago1 watchersCompare

[ Source](https://github.com/leo108/email-fake-filter)[ Packagist](https://packagist.org/packages/leo108/email-fake-filter)[ RSS](/packages/leo108-email-fake-filter/feed)WikiDiscussions main Synced 3d ago

READMEChangelogDependencies (54)Versions (167)Used By (0)

EmailFakeFilter
===============

[](#emailfakefilter)

EmailFakeFilter is a PHP library that allows you to check if an email address is a disposable/one-time email address. This library is useful for preventing spam and fraudulent activity on your website or application.

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

[](#requirements)

- PHP 8.0 or later
- Composer

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

[](#installation)

You can install EmailFakeFilter using Composer. Just run the following command:

```
composer require leo108/email-fake-filter

```

This project gets its fake email addresses from [7c/fakefilter](https://github.com/7c/fakefilter). The database is updated weekly, it's recommended to always use the latest version of this library:

```
composer update leo108/email-fake-filter

```

Usage
-----

[](#usage)

You can call the static methods of the `EmailFakeFilter` class:

```
use EmailFakeFilter\EmailFakeFilter;

if (EmailFakeFilter::isFakeDomain('mailinator.com')) {
    // This is a disposable/one-time domain
} else {
    // This is not a disposable/one-time domain
}

// Check if an email address is a disposable/one-time email address
if (EmailFakeFilter::isFakeEmail('example@mailinator.com')) {
    // This is a disposable/one-time email address
} else {
    // This is not a disposable/one-time email address
}

// Get information about a domain
$info = EmailFakeFilter::getDomainInfo('mailinator.com');
if ($info !== null) {
    // This is a disposable/one-time domain, and $info contains additional information about it
} else {
    // This is not a disposable/one-time domain
}
```

License
-------

[](#license)

EmailFakeFilter is open source software licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.

###  Health Score

53

—

FairBetter than 96% of packages

Maintenance98

Actively maintained with recent releases

Popularity23

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity69

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

Total

166

Last Release

6d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5349de95f58718519b6bff1c26fc8fea971b2aae6ac01e0a152ffa1c13f2caff?d=identicon)[leo108](/maintainers/leo108)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/leo108-email-fake-filter/health.svg)

```
[![Health](https://phpackages.com/badges/leo108-email-fake-filter/health.svg)](https://phpackages.com/packages/leo108-email-fake-filter)
```

###  Alternatives

[infection/infection

Infection is a Mutation Testing framework for PHP. The mutation adequacy score can be used to measure the effectiveness of a test set in terms of its ability to detect faults.

2.2k28.9M2.4k](/packages/infection-infection)[sabberworm/php-css-parser

Parser for CSS Files written in PHP

1.8k211.0M75](/packages/sabberworm-php-css-parser)[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

23.9k69.5k](/packages/grumpydictator-firefly-iii)[nuwave/lighthouse

A framework for serving GraphQL from Laravel

3.5k11.8M117](/packages/nuwave-lighthouse)[rebing/graphql-laravel

Laravel wrapper for PHP GraphQL

2.2k7.7M35](/packages/rebing-graphql-laravel)[keepsuit/laravel-opentelemetry

OpenTelemetry integration for laravel

167558.4k1](/packages/keepsuit-laravel-opentelemetry)

PHPackages © 2026

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