Download the PHP package choval/email_parse without Composer
On this page you can find all versions of the php package choval/email_parse. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download choval/email_parse
More information about choval/email_parse
Files in choval/email_parse
Download choval/email_parse
More information about choval/email_parse
Files in choval/email_parse
Vendor choval
Package email_parse
Short Description Email parse and validation functions for PHP
License MIT
Package email_parse
Short Description Email parse and validation functions for PHP
License MIT
Please rate this library. Is it a good library?
Informations about the package email_parse
choval/email_parse
Email functions for validating and parsing emails.
Why
- PHP's
filter_var
doesn't validate Unicode emails. - Punycode~
- Why not?
Install
Functions
email_parse
Parses an email and returns an array with the parts of an email.
email_valid
Check if an email is valid and returns the email if valid or false.
Uses email_parse
in the background and returns email
key.
email_safe
Check if an email is valid and returns the email in punycode if valid or false.
Uses email_parse
in the background and returns safe_email
key.
License
MIT
All versions of email_parse with dependencies
PHP Build Version
Package Version
No informations.
The package choval/email_parse contains the following files
Loading the files please wait ....