inboxmaster / disposable-email-domains
A list of disposable email domains
v2.0.0
2025-02-12 23:38 UTC
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'); }