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

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

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

add temporary email address validator for laminas / mezzio

v1.0.0(4y ago)02MITPHP

Since Jun 24Pushed 4y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (10)Versions (3)Used By (0)

Recognition of temporary e-mail addresses as validator for Laminas and Mezzio
-----------------------------------------------------------------------------

[](#recognition-of-temporary-e-mail-addresses-as-validator-for-laminas-and-mezzio)

[![Latest Stable Version](https://camo.githubusercontent.com/acf3d3894bc5b2bc5ed43113e20da448c17fe6e456fad1f988ccb45501c978de/687474703a2f2f706f7365722e707567782e6f72672f6d617263656c2d73747261686c2f6c616d696e61732d74656d706f726172792d656d61696c2d76616c696461746f722f76)](https://packagist.org/packages/marcel-strahl/laminas-temporary-email-validator) [![Total Downloads](https://camo.githubusercontent.com/4575a3eeea33e5e91cf68a7893c89d46c59b3f060da1dea140ba43452a9000a5/687474703a2f2f706f7365722e707567782e6f72672f6d617263656c2d73747261686c2f6c616d696e61732d74656d706f726172792d656d61696c2d76616c696461746f722f646f776e6c6f616473)](https://packagist.org/packages/marcel-strahl/laminas-temporary-email-validator) [![Latest Unstable Version](https://camo.githubusercontent.com/49db7c6bef3ae68e16556106c971f6656cd4018558249de331fbd2683db0797d/687474703a2f2f706f7365722e707567782e6f72672f6d617263656c2d73747261686c2f6c616d696e61732d74656d706f726172792d656d61696c2d76616c696461746f722f762f756e737461626c65)](https://packagist.org/packages/marcel-strahl/laminas-temporary-email-validator) [![License](https://camo.githubusercontent.com/1be9144a9b3861aeb67e233937335dd4d52e1e2fd993b90a53d93c235c596168/687474703a2f2f706f7365722e707567782e6f72672f6d617263656c2d73747261686c2f6c616d696e61732d74656d706f726172792d656d61696c2d76616c696461746f722f6c6963656e7365)](https://packagist.org/packages/marcel-strahl/laminas-temporary-email-validator)[![composer.lock](https://camo.githubusercontent.com/6b71eaf0a0c404ffee8bd06b4e2480b2dec0b39c154299611b5a727faa368b1d/687474703a2f2f706f7365722e707567782e6f72672f6d617263656c2d73747261686c2f6c616d696e61732d74656d706f726172792d656d61696c2d76616c696461746f722f636f6d706f7365726c6f636b)](https://packagist.org/packages/marcel-strahl/laminas-temporary-email-validator)[![License](https://camo.githubusercontent.com/1be9144a9b3861aeb67e233937335dd4d52e1e2fd993b90a53d93c235c596168/687474703a2f2f706f7365722e707567782e6f72672f6d617263656c2d73747261686c2f6c616d696e61732d74656d706f726172792d656d61696c2d76616c696461746f722f6c6963656e7365)](https://packagist.org/packages/marcel-strahl/laminas-temporary-email-validator)[![Gitworkflow](https://github.com/Dropelikeit/laminas-temporary-email-validator/actions/workflows/ci.yml/badge.svg)](https://github.com/Dropelikeit/laminas-temporary-email-validator/actions/workflows/ci.yml/badge.svg)

It is compatible and tested with PHP 8.+ on Laminas.

Installation:
-------------

[](#installation)

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

The following is an attribute example:

```
namespace Application\Annotation;

use MarcelStrahl\LaminasTemporaryEmailValidator\Validator\IsNotTemporaryEmailValidator;

#[Annotation\Name("contact")]
class Contact
{
    #[Annotation\Validator(IsNotTemporaryEmailValidator::class)]
    public $email;
}
```

Hint:
-----

[](#hint)

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

Main Package Temporary E-Mail Detection:

Credits
-------

[](#credits)

- Marcel Strahl

License
-------

[](#license)

This bundle is under the MIT license.
For the whole copyright, see the [LICENSE](LICENSE) file distributed with this source code.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Unknown

Total

1

Last Release

1783d ago

### 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 (4 commits)")

---

Tags

laminasvalidatoremailmezziotemporarytemporary-email-detectiontemporary-email-validator

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[egulias/email-validator

A library for validating emails against several RFCs

11.6k691.3M307](/packages/egulias-email-validator)[propaganistas/laravel-disposable-email

Disposable email validator

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

Integration of various email service providers in the Laminas\\Mail

108732.4k1](/packages/slm-mail)[zytzagoo/smtp-validate-email

Perform email address verification via SMTP

452909.9k3](/packages/zytzagoo-smtp-validate-email)[kartik-v/yii2-validators

Enhanced Yii2 model validator components / utilities for Yii2 Framework

21137.9k](/packages/kartik-v-yii2-validators)[dotkernel/dot-mail

Dotkernel mail component based on symfony mailer

1140.0k5](/packages/dotkernel-dot-mail)

PHPackages © 2026

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