PHPackages                             net-tools/mail-checker - 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. net-tools/mail-checker

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

net-tools/mail-checker
======================

Composer library to handle email validation

1.0.15(2y ago)050MITPHPPHP &gt;= 7.2.0

Since Mar 15Pushed 2y ago1 watchersCompare

[ Source](https://github.com/net-tools/mail-checker)[ Packagist](https://packagist.org/packages/net-tools/mail-checker)[ RSS](/packages/net-tools-mail-checker/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependencies (2)Versions (17)Used By (0)

net-tools/mail-checker
======================

[](#net-toolsmail-checker)

Composer library to check email existence through several webservices
---------------------------------------------------------------------

[](#composer-library-to-check-email-existence-through-several-webservices)

Setup instructions
------------------

[](#setup-instructions)

To install net-tools/mailing package, just require it through composer : `require net-tools/mail-checker:^1.0.0`.

How to use ?
------------

[](#how-to-use-)

This project makes it possible to check email existence through several webservices :

```
// getting an API object of the desired webservice, and then creating checker object (api key and timeout as parameters)
$checker = new Checker(APIs\Bouncer::create('api_key_here', 6));

// do some checking stuff
if ( $checker->check('my_recipient@outlook.com'))
	echo "ok";
else
    echo "ko";
```

You can also upload an array of email addresses that the webservice will process (depending on the API used, it may answer with a task id to check later, either through a specific API call or by visiting the website)

```
$api = APIs\Bouncer::create('api_key_here', 6);
$checker = new Checker($api);
$taskid = $checker->upload(['address1@me.com', 'otheraddress@here.com']);

// ...
// later check task processing status
if ( $api->status($taskid) )
	$json = $api->download($taskid);
```

The APIs supported are : Bouncer (api key required), EmailValidator (api key required) and Trumail.io.

PHPUnit
-------

[](#phpunit)

To test with PHPUnit, point the -c configuration option to the /phpunit.xml configuration file.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

Recently: every ~36 days

Total

16

Last Release

978d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2cb0c1d404c8ae72b0a731246130079c2f440d6ea079815ca8c153aa361b1f28?d=identicon)[nettools.ovh](/maintainers/nettools.ovh)

---

Top Contributors

[![net-tools](https://avatars.githubusercontent.com/u/6818724?v=4)](https://github.com/net-tools "net-tools (21 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/net-tools-mail-checker/health.svg)

```
[![Health](https://phpackages.com/badges/net-tools-mail-checker/health.svg)](https://phpackages.com/packages/net-tools-mail-checker)
```

###  Alternatives

[aporat/store-receipt-validator

PHP receipt validator for Apple App Store and Amazon Appstore

6503.9M9](/packages/aporat-store-receipt-validator)[robertogallea/laravel-codicefiscale

Codice fiscale validation for php/laravel

58151.6k1](/packages/robertogallea-laravel-codicefiscale)[speelpenning/laravel-postcode-nl

A Laravel client using the Postcode.eu REST API for Dutch address verification.

1221.1k](/packages/speelpenning-laravel-postcode-nl)

PHPackages © 2026

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