PHPackages                             lennyrouanet/email-validity-checker - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. lennyrouanet/email-validity-checker

Abandoned → [phant/email-validity-checker](/?search=phant%2Femail-validity-checker)Library[Utility &amp; Helpers](/categories/utility)

lennyrouanet/email-validity-checker
===================================

Check e-mail domain easily

2.0.0(4y ago)1137MITPHPPHP ^8.0

Since Apr 27Pushed 4y ago1 watchersCompare

[ Source](https://github.com/PhantPHP/email-validity-checker)[ Packagist](https://packagist.org/packages/lennyrouanet/email-validity-checker)[ RSS](/packages/lennyrouanet-email-validity-checker/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (3)DependenciesVersions (5)Used By (0)

E-mail validity checker
=======================

[](#e-mail-validity-checker)

Requirments
-----------

[](#requirments)

PHP &gt;= 8.0

Install
-------

[](#install)

`composer require phant/email-validity-checker`

Use
---

[](#use)

```
use Phant\EmailValidityChecker\EmailValidityChecker;
use Phant\EmailValidityChecker\Exception\{
	EmailFormatIsNotValid,
	EmailDomainFormatIsNotValid,
	EmailDomainIsTrashMailBoxService,
	EmailDomainWithoutMxServer,
};

$email = 'john.doe@fake-box.com';

try {

	$EmailValidityChecker = new EmailValidityChecker($email);

} catch (EmailFormatIsNotValid | EmailDomainFormatIsNotValid | EmailDomainIsTrashMailBoxService | EmailDomainWithoutMxServer $e) {

	// E-mail domain is not valid

}
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

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

Total

3

Last Release

1716d ago

Major Versions

v1.0.1 → 2.0.02021-08-30

PHP version history (2 changes)v1.0PHP ^7.4

2.0.0PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/cb1e4773f5e1df2bbd0ca3cb6244d71cd89de95e34814d7754e02411239531bd?d=identicon)[lennyrouanet](/maintainers/lennyrouanet)

---

Top Contributors

[![lennyrouanet](https://avatars.githubusercontent.com/u/5269913?v=4)](https://github.com/lennyrouanet "lennyrouanet (10 commits)")

---

Tags

phpphp-composeremail checke-mail checkemail domain checke-mail domain checkemail domain check validitye-mail domain check validity

### Embed Badge

![Health badge](/badges/lennyrouanet-email-validity-checker/health.svg)

```
[![Health](https://phpackages.com/badges/lennyrouanet-email-validity-checker/health.svg)](https://phpackages.com/packages/lennyrouanet-email-validity-checker)
```

###  Alternatives

[eonasdan/bootstrap-datetimepicker

Date/time picker widget based on twitter bootstrap

7.2k492.4k9](/packages/eonasdan-bootstrap-datetimepicker)[rickysu/phpsocket.io

a socket.io php server side alternative

1732.5k](/packages/rickysu-phpsocketio)

PHPackages © 2026

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