dbfx / php-disposable-domains

A list of disposable email domains gathered from various sources. E.g. mailinator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

disposable-email-domains

Code Climate Issue Count

A PHP class to check disposable email domains gathered from various sources.

Usage

use DisposableEmail\DomainList\DomainList;
$list = new DomainList;

 
// Return true/false for a domain you want to check
$list->search("mailinator.com");
 
// Get the entire list as an array 
$fullList = $list->load();

About

A list of disposable email domains gathered from various sources. E.g. mailinator

License:MIT License


Languages

Language:PHP 100.0%