2017 © Pedro Peláez
 

library php-email-validator

PHP Library to Verify if email address exists on the mail server

image

ahmedofali/php-email-validator

PHP Library to Verify if email address exists on the mail server

  • Saturday, October 14, 2017
  • by ahmedofali
  • Repository
  • 1 Watchers
  • 1 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

PHP Verify Email

Build Status Coverage Status, (*1)

Is a php library for validating Emails and make sure the email is valid This library Inspired from hbattat/verifyEmail., (*2)

Installation:

composer require ahmedofali/php-email-validator

How to Use it:


require "vendor/autoload.php"; use PHPVerifyEmail\PHPVerifyEmail; $email = 'dev.ahmed.abbass@gmail.com'; $verify_email = 'mohamedattya@gmail.com'; $port = 25; $verification = PHPVerifyEmail::verify( $email, $verify_email, $port ); --------------------- // print log --------------------- print_r( $verification->getLog() ); --------------------- // print Result --------------------- print_r( $verification->getResult() );

Test Cases:

From Terminal write:, (*3)

composer test

The Versions

14/10 2017

dev-master

9999999-dev

PHP Library to Verify if email address exists on the mail server

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

by Ahmed Ali

service email validation free phpvalidateemail ahmedofali

14/10 2017

dev-sideci_demo_1507978201

dev-sideci_demo_1507978201

PHP Library to Verify if email address exists on the mail server

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

by Ahmed Ali

service email validation free phpvalidateemail ahmedofali

14/10 2017

0.1.1

0.1.1.0

PHP Library to Verify if email address exists on the mail server

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

by Ahmed Ali

service email validation free phpvalidateemail ahmedofali

14/10 2017

v0.1.0

0.1.0.0

PHP Library to Verify if email address exists on the mail server

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Ahmed Ali