Download the PHP package yoozi/email without Composer
On this page you can find all versions of the php package yoozi/email. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor yoozi
Package email
Short Description Simple toolkits to help processing email related tasks, such as a Email Address Parser and etc.
License MIT
Homepage http://golem.yoozi.cn/
Package email
Short Description Simple toolkits to help processing email related tasks, such as a Email Address Parser and etc.
License MIT
Homepage http://golem.yoozi.cn/
Please rate this library. Is it a good library?
Informations about the package email
This library is part of Project Golem, see yoozi/golem for more info.
PHP libraries to help processing email related tasks, such as a Email Address Parser and etc.
Installation
The best and easy way to install the Golem package is with Composer.
-
Open your composer.json and add the following to the require array:
-
Run Composer to install or update the new package dependencies.
or
Usage
Email Address Parser
We can use this Parser class to parse an email address.
Data returned:
- email: The email address we are currently parsing.
- local: Local part of this address.
- domain: Domain name of this address.
- url: Url for users to log into the email service.
- listed: Whether this address is listed in the thrid-party email service provider whitelist.
All versions of email with dependencies
PHP Build Version
Package Version
The package yoozi/email contains the following files
Loading the files please wait ....