PHPackages                             yoozi/email - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. yoozi/email

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

yoozi/email
===========

Simple toolkits to help processing email related tasks, such as a Email Address Parser and etc.

1.0.2(11y ago)213MITPHPPHP &gt;=5.3.0

Since Apr 24Pushed 11y ago11 watchersCompare

[ Source](https://github.com/yoozi/email)[ Packagist](https://packagist.org/packages/yoozi/email)[ Docs](http://golem.yoozi.cn/)[ RSS](/packages/yoozi-email/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (2)Versions (4)Used By (0)

email
=====

[](#email)

> This library is part of [Project Golem](http://golem.yoozi.cn/), see [yoozi/golem](https://github.com/yoozi/golem) for more info.

PHP libraries to help processing email related tasks, such as a Email Address Parser and etc.

Installation
------------

[](#installation)

The best and easy way to install the Golem package is with [Composer](https://getcomposer.org).

1. Open your composer.json and add the following to the require array:

    ```
    "yoozi/email": "1.0.*"

    ```
2. Run Composer to install or update the new package dependencies.

    ```
    php composer install

    ```

    or

    ```
    php composer update

    ```

Usage
-----

[](#usage)

### Email Address Parser

[](#email-address-parser)

We can use this Parser class to parse an email address.

```
