Skip to content

PHP Package To Validate An Email Address Exists Without Sending Email

License

Notifications You must be signed in to change notification settings

tintnaingwinn/email-checker-php

Repository files navigation

Validate Email for PHP

Latest Version on Packagist License

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.

Installation

You can install the package via composer:

composer require tintnaingwin/email-checker-php

Usage

$email_checker = new Tintnaingwin\EmailCheckerPHP\EmailChecker();
echo $email_checker->check('amigo.k8@gmail.com');

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security-related issues, please email amigo.k8@gmail.com instead of using the issue tracker.

License

The MIT License (MIT). Please see License File for more information.

About

PHP Package To Validate An Email Address Exists Without Sending Email

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages