Download the PHP package flow/email-checker without Composer
On this page you can find all versions of the php package flow/email-checker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download flow/email-checker
More information about flow/email-checker
Files in flow/email-checker
Download flow/email-checker
More information about flow/email-checker
Files in flow/email-checker
Vendor flow
Package email-checker
Short Description Check if email addresses exist on a mail server over SMTP using ReactPHP's famous non-blocking event loop
License MIT
Package email-checker
Short Description Check if email addresses exist on a mail server over SMTP using ReactPHP's famous non-blocking event loop
License MIT
Please rate this library. Is it a good library?
Informations about the package email-checker
EmailChecker
EmailChecker connects to mail servers over SMTP and asks them to verify email addresses. The library uses ReactPHP's event-driven IO layer to handle all the socket communication.
Key features:
- N connections are opened concurrently and handled asyncronously thanks to ReactPHP.
- Connections are pooled and kept alive so that multiple requests to the same domain are handled efficiently.
Caveats:
- SMTP servers respond with any old random response and can't be trusted especially when requesting a mailbox's RCPT (though this approach is better than nothing).
- MX records are resolved using
getmxrr()
and therefore that operation is blocking.
To do:
- Implement
React/DNS
when is supports MX record resolution. - Unit test all of the things.
Example:
All versions of email-checker with dependencies
PHP Build Version
Package Version
Requires
react/react Version
0.3.*
The package flow/email-checker contains the following files
Loading the files please wait ....