oskonnikov / email-checker-php
PHP Package To Validate If An Email Address Exists Without Sending An Email
1.0
2023-10-10 12:28 UTC
Requires
- php: ^7.0|^8.0|^8.1
- ext-json: *
Requires (Dev)
- phpunit/phpunit: ^6.0|^7.0|^8.0|^9.0|^10.0
This package is not auto-updated.
Last update: 2024-11-06 15:20:22 UTC
README
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 oskonnikov/email-checker-php
Usage
$email_checker = new Oskonnikov\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.