Skip to content

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

License

Notifications You must be signed in to change notification settings

dbfx/php-disposable-domains

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages