Skip to content

Validate your email with this email validation package on email filter, typos. dns and spoofing.

License

Notifications You must be signed in to change notification settings

v-tkachenko-dev/laravel-email-validation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Work in progress

laravel-email-validation

Validate your email with this email validation package on email filter, typos. dns and spoofing.

About laravel-email-validation

Solution to easily validate email.

Installation

You can install the package via composer:

composer require silassiai/laravel-email-validation

For typo checking you need to seed to get mail provider domains what we check for. It will create the needed table if it does'nt exists. We will make the list more complete in future versions, that will be updated with a cronjob.

php artisan silassiai:seed

Typo Validation

Check if the e-mail has a domain typo's from a mail provider

EmailValidationFacade::for('[email protected]')->hasTypo()

Domain Validation

Check if the e-mail has a domain valid domain from a mail provider

EmailValidationFacade::for('[email protected]')->hasValidDomain()

Credits

License

The MIT License. Please see License for more information.

About

Validate your email with this email validation package on email filter, typos. dns and spoofing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%