PHPackages                             dionkeldei/verifymail - 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. dionkeldei/verifymail

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

dionkeldei/verifymail
=====================

Package to verify if email is real

v1.0(6y ago)09PHP

Since Jun 17Pushed 6y ago1 watchersCompare

[ Source](https://github.com/dionkeldei/mailVerify)[ Packagist](https://packagist.org/packages/dionkeldei/verifymail)[ RSS](/packages/dionkeldei-verifymail/feed)WikiDiscussions master Synced today

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

mailVerify
----------

[](#mailverify)

Package to verify if email address is real

Initialize
----------

[](#initialize)

Start the MailVerify object with the language you want the messages `$mail = new mailVerify('en'); // English``$mail = new mailVerify('es'); // Spanish``$mail = new mailVerify; // Default language (Spanish)`

methods
-------

[](#methods)

Checks if the email address format is correct: `$mail->verify_formatting($emailString)`

Checks if the email address is not coming from a public server (hotmail, gmail, live..): `$mail->isGeneric($emailString);`

Checks if the email address is coming from a existing domain: `$mail->verify_domain($emailString);`

Checks if the email is a not a no-reply email (sales, office, admin): `$mail->isNoReply($emailString);`

Do all the above methods: `$mail->check_email($emailString);`

Response
--------

[](#response)

Return an object: success: true or false message: text describing the problem ( if success = true, message is empty '')

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Total

3

Last Release

2206d ago

Major Versions

v0.2 → v1.02020-06-17

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/52515578?v=4)[Dionkeldei](/maintainers/Dionkeldei)[@dionkeldei](https://github.com/dionkeldei)

---

Top Contributors

[![dionkeldei](https://avatars.githubusercontent.com/u/52515578?v=4)](https://github.com/dionkeldei "dionkeldei (6 commits)")

### Embed Badge

![Health badge](/badges/dionkeldei-verifymail/health.svg)

```
[![Health](https://phpackages.com/badges/dionkeldei-verifymail/health.svg)](https://phpackages.com/packages/dionkeldei-verifymail)
```

PHPackages © 2026

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