Download the PHP package unicodeveloper/laravel-email-validator without Composer
On this page you can find all versions of the php package unicodeveloper/laravel-email-validator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download unicodeveloper/laravel-email-validator
More information about unicodeveloper/laravel-email-validator
Files in unicodeveloper/laravel-email-validator
Package laravel-email-validator
Short Description Provides a Facade to help validate and verify email addresses
License MIT
Homepage https://github.com/busayo/laravel-email-validator
Informations about the package laravel-email-validator
laravel-email-validator
Laravel 5 Package to help validate and verify your email addresses.
Note: This depends on the paid service from http://quickemailverification.com/.
Install
PHP 5.5+ or HHVM 3.3+, and Composer are required.
Via Composer
Another alternative is to simply add the following line to the require block of your composer.json
file.
Then run composer install
or composer update
to download it and have the autoloader updated.
Add this to your providers array in config/app.php
This package also comes with a facade
Publish the config file by running:
The config file will now be located at config/emailValidator.php
.
Configuration
This is the emailValidator.php
file in the config
directory. Go to quickemailverification.com, sign up, get an api Key and insert here
Usage
With the Facades, all you need to do in your application is something like so:
Other Methods Available
Change log
Please see CHANGELOG for more information what has changed recently.
Todo: Testing
Todo: Verify a list of emails
You can run the tests with:
Alternatively, you can run the tests like so:
Contributing
Please see CONTRIBUTING for details.
How can I thank you?
Why not star the github repo? I'd love the attention! Why not share the link for this repository on Twitter or HackerNews? Spread the word!
Don't forget to follow me on twitter!
Thanks! Prosper Otemuyiwa.
License
The MIT License (MIT). Please see License File for more information.