tintnaingwin/email-checker-php

PHP Package To Validate If An Email Address Exists Without Sending An Email

v1.0.1 2019-11-12 17:45 UTC

This package is auto-updated.

Last update: 2024-04-25 14:01:43 UTC


README

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.