Download the PHP package tintnaingwin/email-checker without Composer
On this page you can find all versions of the php package tintnaingwin/email-checker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tintnaingwin/email-checker
More information about tintnaingwin/email-checker
Files in tintnaingwin/email-checker
Package email-checker
Short Description Laravel Package To Validate If An Email Address Exists Without Sending An Email
License MIT
Informations about the package email-checker
Validate Email for Laravel
Notice - That extracts the MX records from the email address and connect with the mail server to make sure the mail address accurately exist. So it may be slow loading time in local and some co-operate MX records take a long time.
You can install the package via composer:
The package will automatically register itself.
Translations
If you wish to edit the package translations, you can run the following command to publish them into your resources/lang
folder
Features
This package supports:
- Validate with SMTP
- Support for Disposable Email
Usage
Form Request Validation
To add 'email_checker' at email attribute
In a RegisterController
Using Rule Objects
Usage With Facade
You can also check check email manually:
Testing
Run the tests with:
Credit
- Disposable Email List
Changelog
Please see CHANGELOG for more information on what has changed recently.
Security
If you discover any security-related issues, please email [email protected] instead of using the issue tracker.
License
The MIT License (MIT). Please see License File for more information.
All versions of email-checker with dependencies
ext-json Version *
illuminate/support Version ~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0
illuminate/validation Version ~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0
tintnaingwin/email-checker-php Version ^1.0