stephanebour / disposable-email-domains
A list of disposable email domains
Installs: 3 684
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 2
Open Issues: 0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.68
- phpunit/phpunit: ^11.5
README
A simple list of domain names of disposable emails. The list contains 184 904 domain names.
Installation
composer require inboxmaster/disposable-email-domains
How to use
retrieve the list as an array :
$domains = \InboxMaster\Disposable\Domains::all();
Check if the domain of an email is in the list:
if(\InboxMaster\Disposable\Domains::isDisposable('coucou@yopmail.com')) { die('go away'); }