PHPackages                             developernode/email-verify - 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. developernode/email-verify

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

developernode/email-verify
==========================

Email Verification Library

v1.0.1(7y ago)016MITPHP

Since May 23Pushed 7y ago1 watchersCompare

[ Source](https://github.com/vaidotasstrazdas/email-check-api)[ Packagist](https://packagist.org/packages/developernode/email-verify)[ Docs](http://developernode.net/)[ RSS](/packages/developernode-email-verify/feed)WikiDiscussions master Synced 2w ago

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

Email Verification Library
==========================

[](#email-verification-library)

Using this library, you can verify if email entered is real or not. By real it is meant that it will be validated not just in a synctactic way, but also against SMTP server.

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

[](#installation)

Through composer: *composer require developernode/email-verify*

Usage
-----

[](#usage)

```
use DeveloperNode\Email\EmailVerifier;

// ...

$verifier = new EmailVerifier();
$verifier->CheckEmail("me@invalidemaildomain.com");
$verifier->CheckEmail("vaidotas@developernode.net");
$verifier->CheckEmail("i_do_not_exist@developernode.net");

// ...
```

Notes
-----

[](#notes)

EmailVerifier implements IEmailVerifier interface, thus it will be easier to mock logic if required, and integrate it into your own code without violating SOLID development guidelines.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

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

Total

2

Last Release

2596d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/16ea2ce4b9d6b519dfd4d235f317ab46646dba005da989a2f1c34ce1415f49b5?d=identicon)[vaidotas](/maintainers/vaidotas)

---

Top Contributors

[![vaidotasstrazdas](https://avatars.githubusercontent.com/u/7921057?v=4)](https://github.com/vaidotasstrazdas "vaidotasstrazdas (3 commits)")

---

Tags

email-verificationreal email

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/developernode-email-verify/health.svg)

```
[![Health](https://phpackages.com/badges/developernode-email-verify/health.svg)](https://phpackages.com/packages/developernode-email-verify)
```

###  Alternatives

[netflie/whatsapp-cloud-api

The first PHP SDK to send and receive messages using a cloud-hosted version of the WhatsApp Business Platform

668535.6k5](/packages/netflie-whatsapp-cloud-api)[oxid-esales/graphql-base

OXID eSales GraphQL base module

24107.6k16](/packages/oxid-esales-graphql-base)[flowwow/cloudpayments-php-client

cloudpayments api client

2197.1k](/packages/flowwow-cloudpayments-php-client)[chaoswey/taiwan-id-validator

台灣身分證、統一編號驗證

319.9k](/packages/chaoswey-taiwan-id-validator)

PHPackages © 2026

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