PHPackages                             marcel-strahl/temporary-email-validator - 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. marcel-strahl/temporary-email-validator

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

marcel-strahl/temporary-email-validator
=======================================

A temporary email address validator for Laravel

v3.0.0(3y ago)0189MITPHPPHP ^8.0

Since Oct 20Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Dropelikeit/temporary-email-validator)[ Packagist](https://packagist.org/packages/marcel-strahl/temporary-email-validator)[ RSS](/packages/marcel-strahl-temporary-email-validator/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (9)Dependencies (10)Versions (10)Used By (0)

### Recognition of temporary e-mail addresses as validator rule for Laravel

[](#recognition-of-temporary-e-mail-addresses-as-validator-rule-for-laravel)

[![Gitworkflow](https://github.com/Dropelikeit/temporary-email-validator/actions/workflows/ci.yml/badge.svg)](https://github.com/Dropelikeit/temporary-email-validator/actions/workflows/ci.yml/badge.svg)[![Coverage Status](https://camo.githubusercontent.com/5b554c051a4f75fafca8696201c664faefcf86be0d927f4275e44d780aa00285/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f44726f70656c696b6569742f74656d706f726172792d656d61696c2d646574656374696f6e2f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/Dropelikeit/temporary-email-detection?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/835185fc292efed601646168a4e7740b4885bedea5cf2adf06e5bfbd349cf502/687474703a2f2f706f7365722e707567782e6f72672f6d617263656c2d73747261686c2f74656d706f726172792d656d61696c2d76616c696461746f722f76)](https://packagist.org/packages/marcel-strahl/temporary-email-validator)[![Total Downloads](https://camo.githubusercontent.com/e2a908c2c8b03b4eaf2fa8b7373bb69969f476b61d583bc30c2b2047d0b9a3cc/687474703a2f2f706f7365722e707567782e6f72672f6d617263656c2d73747261686c2f74656d706f726172792d656d61696c2d76616c696461746f722f646f776e6c6f616473)](https://packagist.org/packages/marcel-strahl/temporary-email-validator)[![Latest Unstable Version](https://camo.githubusercontent.com/849fc40da50be825aebff9620b8b8a2b1be9aa55e848d5b472695c2cc0e58db3/687474703a2f2f706f7365722e707567782e6f72672f6d617263656c2d73747261686c2f74656d706f726172792d656d61696c2d76616c696461746f722f762f756e737461626c65)](https://packagist.org/packages/marcel-strahl/temporary-email-validator)[![License](https://camo.githubusercontent.com/ee9940ec9ce5c041df1d1eda19f9a5c38b68d9df96d8c4e3e29888b39c003584/687474703a2f2f706f7365722e707567782e6f72672f6d617263656c2d73747261686c2f74656d706f726172792d656d61696c2d76616c696461746f722f6c6963656e7365)](https://packagist.org/packages/marcel-strahl/temporary-email-validator)[![composer.lock](https://camo.githubusercontent.com/d894d784a1aee71846a736847209d943938e2834077ba592078ade68c1b7cc25/687474703a2f2f706f7365722e707567782e6f72672f6d617263656c2d73747261686c2f74656d706f726172792d656d61696c2d76616c696461746f722f636f6d706f7365726c6f636b)](https://packagist.org/packages/marcel-strahl/temporary-email-validator)[![License](https://camo.githubusercontent.com/ee9940ec9ce5c041df1d1eda19f9a5c38b68d9df96d8c4e3e29888b39c003584/687474703a2f2f706f7365722e707567782e6f72672f6d617263656c2d73747261686c2f74656d706f726172792d656d61696c2d76616c696461746f722f6c6963656e7365)](https://packagist.org/packages/marcel-strahl/temporary-email-validator)

Installation:

```
composer require marcel-strahl/temporary-email-validator
```

In versions from 5.3+ you don't need the following step, because we load our package with Discover in Laravel. Add the ServiceProvider to config/app.php

```
MarcelStrahl\TemporaryValidator\TemporaryValidatorServiceProvider::class,
```

Add the rule (it's the rule with the name not\_temporary\_email) like any other rule in Laravel to the validator where you want to use it

```
$rules = ['required|email|not_temporary_email'];
```

Hint:

I am not the creator of the "Temporary Email Detection" but have changed the following package into a Laravel Validator rule!

Main Package `Temporary E-Mail Detection`:

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 90.6% 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 ~194 days

Recently: every ~153 days

Total

9

Last Release

1201d ago

Major Versions

v1.0.1 → v2.0.02020-10-14

v2.2.0 → v3.0.02023-01-23

PHP version history (5 changes)v1.0.0PHP &gt;=7.1

v1.0.1PHP &gt;=7.3

v2.1.0PHP &gt;=7.4|&gt;=8.0

v2.2.0PHP &gt;=7.4|&gt;=8.0|&gt;=8.1

v3.0.0PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/5b1466bcdcfaf07bd8e1f0fdf5b453c619e2a02adb85cd8aac6e39e0451ecaec?d=identicon)[Dropelikeit](/maintainers/Dropelikeit)

---

Top Contributors

[![Dropelikeit](https://avatars.githubusercontent.com/u/13794109?v=4)](https://github.com/Dropelikeit "Dropelikeit (48 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (5 commits)")

---

Tags

detectione-maillaravellaravel-packagelaravel-validationtemporarylaravelvalidatoremailtemporarytemporary email

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/marcel-strahl-temporary-email-validator/health.svg)

```
[![Health](https://phpackages.com/badges/marcel-strahl-temporary-email-validator/health.svg)](https://phpackages.com/packages/marcel-strahl-temporary-email-validator)
```

###  Alternatives

[propaganistas/laravel-disposable-email

Disposable email validator

5762.6M6](/packages/propaganistas-laravel-disposable-email)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)[osiemsiedem/laravel-autolink

A Laravel package for converting URLs in a given string of text into clickable links.

13126.3k](/packages/osiemsiedem-laravel-autolink)

PHPackages © 2026

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