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

ActiveLibrary

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 1mo 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

879d 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

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

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

284318.9k2](/packages/daveearley-daves-email-validation-tool)[jrean/laravel-user-verification

User Email Verification For Laravel

865843.6k7](/packages/jrean-laravel-user-verification)[ellaisys/aws-cognito

AWS Cognito package that allows Auth and other related features using the AWS SDK for PHP

120220.7k1](/packages/ellaisys-aws-cognito)[neverbounce/neverbounce-php

This package provides convenient methods to integrate the NeverBounce API into your project.

241.1M3](/packages/neverbounce-neverbounce-php)[stymiee/email-validator

A robust PHP 7.4+ email validation library that extends beyond basic validation with MX record checks, disposable email detection, and free email provider validation. Features include strict typing, custom validator support, internationalization (i18n), and an extensible architecture. Perfect for applications requiring thorough email verification with customizable validation rules.

32426.6k1](/packages/stymiee-email-validator)

PHPackages © 2026

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