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

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

suprvise/email-checker
======================

Throwaway email detection library

v1.6.0(5y ago)07MITPHPPHP ^5.4 || ^7.0 || ^8.0

Since Mar 29Pushed 5y agoCompare

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

READMEChangelog (1)Dependencies (4)Versions (18)Used By (0)

EmailChecker
============

[](#emailchecker)

[![Build status...](https://camo.githubusercontent.com/53807d8a61d50b041119da458f0dde66ce644d0222948700df3b1acca374bf1b/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f4d6174744b65746d6f2f456d61696c436865636b65722e737667)](http://travis-ci.org/MattKetmo/EmailChecker)[![Code quality...](https://camo.githubusercontent.com/38f3668ee9d2ac1359cdb25e439b805a75fac3a3b7a5987c7d6ffece5feaf27a/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f4d6174744b65746d6f2f456d61696c436865636b65722e737667)](https://scrutinizer-ci.com/g/MattKetmo/EmailChecker/)[![Downloads](https://camo.githubusercontent.com/3572e0fb8aede3c10ba0a5e6a51e578ecdd40ba855712b09451b594c8b11a1fe/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d6174746b65746d6f2f656d61696c2d636865636b65722e737667)](https://packagist.org/packages/mattketmo/email-checker)[![Packagist](https://camo.githubusercontent.com/0b3699b6c149c9e4aefc2ff86c4a2edffe75061f0b1a99e7e3831646022a75d7/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d6174746b65746d6f2f656d61696c2d636865636b65722e737667)](https://packagist.org/packages/mattketmo/email-checker)[![License MIT](https://camo.githubusercontent.com/74ea3d774c5103e6783dc09d57ef2525e1ddb80fee772cd83c2f766cf7e62e78/687474703a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](https://github.com/MattKetmo/EmailChecker/blob/master/LICENSE)

PHP library to check if an email comes from a **disposable email provider**.

To detect invalid emails, it provides a **built-in database** of [1000+ disposable email providers](res/throwaway_domains.txt), but you can also use your own data.

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

[](#installation)

Via [Composer](http://getcomposer.org/):

```
composer require mattketmo/email-checker

```

Usage
-----

[](#usage)

Basic use of EmailChecker with built-in throwaway email list:

```
