2017 © Pedro Peláez
 

library laravel-smtp-email-verifier

Laravel SMTP Email Validator

image

skmetaly/laravel-smtp-email-verifier

Laravel SMTP Email Validator

  • Tuesday, June 6, 2017
  • by skmetaly
  • Repository
  • 4 Watchers
  • 9 Stars
  • 598 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 6 Forks
  • 2 Open issues
  • 3 Versions
  • 6 % Grown

The README.md

laravel-smtp-email-verifier

Laravel SMTP Email verifier. Simple email verifier for Laravel that tries to check with SMTP server if the given email addresses exists or not, (*1)

Installation

Require the package in composer.json :, (*2)

"skmetaly/laravel-smtp-email-verifier": "dev-master"

In config/app.php add providers, (*3)

'Skmetaly\EmailVerifier\EmailVerifierServiceProvider'

In aliases, (*4)

'EmailVerifier'=>'Skmetaly\EmailVerifier\Facades\EmailVerifier'

Publish the config, (*5)

php artisan vendor:publish --tag=email-verifier

If you want the test command, register it in app/Console/Kernel, (*6)

'Skmetaly\EmailVerifier\Commands\TestEmailValidator'

Usage

Test command

php artisan tem:email <email-address>

Email Validator

Currently you can ue EmaiLValidator with a string as an email address or an array containing email addresses, (*7)

EmailVerifier::verify('foo@bar');

Will return true if the validator was able to connect and to validate the email address, (*8)

EmailVerifier::verify(['foo@bar','baz@bar','baz@foo');

Will return an array with all the validated email addresses, (*9)

Current status

Alpha, (*10)

Licence

MIT, (*11)

The Versions

06/06 2017

dev-master

9999999-dev

Laravel SMTP Email Validator

  Sources   Download

MIT

The Requires

 

by Paul Bele

26/10 2016

1.0.0

1.0.0.0

Laravel SMTP Email Validator

  Sources   Download

MIT

The Requires

 

by Paul Bele

26/10 2016

dev-feature/add-socket-raw-dep

dev-feature/add-socket-raw-dep

Laravel SMTP Email Validator

  Sources   Download

MIT

The Requires

 

by Paul Bele