dev-master
9999999-devA validator for disposable and temporary email addresses.
MIT
The Development Requires
by Mathias Donoso
A validator for disposable and temporary email addresses.
A validator for disposable and temporary email addresses., (*1)
composer require mathiasd88/email-disponibility-validator
$validator = new EmailDomainValidator('mathiasd88@gmail.com'); $validator->validate(); // returns true $validator2 = new EmailDomainValidator('fakeemail@0815.ru'); $validator2->validate(); // returns false
You can use either, (*2)
composer tests
or..., (*3)
vendor/bin/phpunit --bootstrap vendor/autoload.php tests/ --colors
You can contribute to the code or adding emails to the list., (*4)
We use SemVer for versioning. For the versions available, see the tags on this repository., (*5)
See also the list of contributors who participated in this project., (*6)
This project is licensed under the MIT License - see the LICENSE.md file for details, (*7)
A validator for disposable and temporary email addresses.
MIT