PHPackages                             kevinpareek/emailchecker - 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. kevinpareek/emailchecker

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

kevinpareek/emailchecker
========================

Package for checking email address is exist or not in real world

v1.0.0(2y ago)07MITPHPPHP &gt;=7.3

Since Dec 13Pushed 2y ago1 watchersCompare

[ Source](https://github.com/kevinpareek/php-email-checker)[ Packagist](https://packagist.org/packages/kevinpareek/emailchecker)[ RSS](/packages/kevinpareek-emailchecker/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Email Verifier
==============

[](#email-verifier)

Helper validation utility for checking if given email address is real.

Requirements
------------

[](#requirements)

PHP 7.3+ and installed cURL extension.

Get Started
-----------

[](#get-started)

### Install via composer

[](#install-via-composer)

Add EmailChecker to the composer.json configuration file.

```
composer require kevinpareek/emailchecker

```

And update the composer

```
composer update

```

```
// Require Composer's autoloader.
require 'vendor/autoload.php';

// Use namespace.
use KevinPareek\EmailChecker\EmailChecker;

$emailChecker = new EmailChecker();

//check email
$isValidEmail = $emailChecker->checkEmail('something@example.com', true);

print_r($isValidEmail);

//output

// Array
// (
//     [success] => 1
//     [dispossable] => Array
//         (
//             [success] => 1
//             [detail] => Email address is not disposable
//         )

//     [mxrecord] => Array
//         (
//             [success] => 1
//             [detail] => MX record found but could not connect to server
//         )

//     [domain] => Array
//         (
//             [success] => 1
//             [detail] => Domain is exist.
//         )

// )
```

License
-------

[](#license)

EmailChecker is released under the MIT license.

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 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

934d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/05f970db9230cc4dede475a780ba1ffba745d6f6f6432dbaaa3574478035e255?d=identicon)[kevinpareek](/maintainers/kevinpareek)

---

Top Contributors

[![kevinpareek](https://avatars.githubusercontent.com/u/58112179?v=4)](https://github.com/kevinpareek "kevinpareek (2 commits)")

---

Tags

email validationemail-verificationdisposable email checkerphp email verifieremail exist or notdisposable emails

### Embed Badge

![Health badge](/badges/kevinpareek-emailchecker/health.svg)

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

###  Alternatives

[aman00323/emailchecker

Laravel package for checking email address is exist or not in real world

16064.2k](/packages/aman00323-emailchecker)[daveearley/daves-email-validation-tool

An easy to use, accurate-ish &amp; extensible email validation library for PHP 7+

284345.7k2](/packages/daveearley-daves-email-validation-tool)[mailboxvalidator/mailboxvalidator-php

MailboxValidator PHP module enable users to block disposal email, detect free email and validate if an email is valid.

1113.5k2](/packages/mailboxvalidator-mailboxvalidator-php)

PHPackages © 2026

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