PHPackages                             oskonnikov/email-checker-php - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. oskonnikov/email-checker-php

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

oskonnikov/email-checker-php
============================

PHP Package To Validate If An Email Address Exists Without Sending An Email

1.0(2y ago)01361MITPHPPHP ^7.0|^8.0|^8.1

Since Oct 10Pushed 2y agoCompare

[ Source](https://github.com/oskonnikov/email-checker-php)[ Packagist](https://packagist.org/packages/oskonnikov/email-checker-php)[ RSS](/packages/oskonnikov-email-checker-php/feed)WikiDiscussions master Synced 1mo ago

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

Validate Email for PHP
======================

[](#validate-email-for-php)

[![Latest Version on Packagist](https://camo.githubusercontent.com/964f3cf57c3bc11d193aa0e9b2ba15fc97e9a680735739e5577977f1dadde474/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f736b6f6e6e696b6f762f656d61696c2d636865636b65722d7068702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/oskonnikov/email-checker-php)[![License](https://camo.githubusercontent.com/30597ff9a350144f03bffdd9183e16468e0b3ca1193e1d08591d992622738d55/687474703a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](https://tldrlegal.com/license/mit-license)

**Notice** - That extracts the MX records from the email address and connect with the mail server to make sure the mail address accurately exist. So it may be slow loading time in local and some co-operate MX records take a long time.

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

[](#installation)

You can install the package via composer:

```
composer require oskonnikov/email-checker-php
```

Usage
-----

[](#usage)

```
$email_checker = new Oskonnikov\EmailCheckerPHP\EmailChecker();
echo $email_checker->check('amigo.k8@gmail.com');
```

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security
--------

[](#security)

If you discover any security-related issues, please email  instead of using the issue tracker.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity51

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

Unknown

Total

1

Last Release

950d ago

### Community

Maintainers

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

---

Top Contributors

[![oskonnikov](https://avatars.githubusercontent.com/u/22006002?v=4)](https://github.com/oskonnikov "oskonnikov (1 commits)")

---

Tags

phpemailvalidatesmtp

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/oskonnikov-email-checker-php/health.svg)

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

###  Alternatives

[henrique-borba/php-sieve-manager

A modern (started in 2022) PHP library for the ManageSieve protocol (RFC5804) to create/edit Sieve scripts (RFC5228). Used by Cypht Webmail.

23125.7k2](/packages/henrique-borba-php-sieve-manager)

PHPackages © 2026

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