PHPackages                             ocubom/email-address - 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. ocubom/email-address

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

ocubom/email-address
====================

Email address value object checked against RFC 3696, RFC 1123, RFC 4291, RFC 5321 and RFC 5322.

v0.1.0(9y ago)18.6kMITPHPPHP &gt;=5.3.3

Since Jan 6Pushed 9y ago1 watchersCompare

[ Source](https://github.com/ocubom/email-address)[ Packagist](https://packagist.org/packages/ocubom/email-address)[ Docs](http://github.com/ocubom/email-address)[ RSS](/packages/ocubom-email-address/feed)WikiDiscussions master Synced 1mo ago

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

Email Address
=============

[](#email-address)

*Email Address* is a PHP implementation of an Email Address [value object](http://wikipedia.org/wiki/value_object "Value object").

The address is checked against [RFC 3696](http://tools.ietf.org/html/rfc3696 "RFC 3696: Application Techniques for Checking and Transformation of Names"), [RFC 1123](http://tools.ietf.org/html/rfc1123 "RFC 1123: Requirements for Internet Hosts — Application and Support"), [RFC 4291](http://tools.ietf.org/html/rfc4291 "RFC 4291: IP Version 6 Addressing Architecture"), [RFC 5321](http://tools.ietf.org/html/rfc5321 "RFC 5321: Simple Mail Transfer Protocol") and [RFC 5322](http://tools.ietf.org/html/rfc5322 "RFC 5322: Internet Message Format")thanks to [is\_email()](http://github.com/dominicsayers/isemail "dominicsayers/isemail") code by [Dominic Sayers](http://github.com/dominicsayers "@dominicsayers on github").

LicenseVersionStatusSensioLabsInsight[![License](https://camo.githubusercontent.com/f1e67d611d806cd415e3b96321616cf3125c456e219089341aa01529b1f67920/68747470733a2f2f706f7365722e707567782e6f72672f6f6375626f6d2f656d61696c2d616464726573732f6c6963656e73652e737667)](https://github.com/ocubom/email-address/blob/master/LICENSE "PHP Email Type")[![Latest Stable Version](https://camo.githubusercontent.com/603b58f3d2caae35b6788b3798727a7e4ce619ec0d19359ab21c562695803c8f/68747470733a2f2f706f7365722e707567782e6f72672f6f6375626f6d2f656d61696c2d616464726573732f762f737461626c652e737667)](https://packagist.org/packages/ocubom/email-address) [![Latest Unstable Version](https://camo.githubusercontent.com/3af895746ae8469fb8fc326bee57910750876af3fc531a9952c9e7b855f5df74/68747470733a2f2f706f7365722e707567782e6f72672f6f6375626f6d2f656d61696c2d616464726573732f762f756e737461626c652e737667)](https://packagist.org/packages/ocubom/email-address)[![Build Status](https://camo.githubusercontent.com/0f1bbb24f27495b94fa682305ca8c37c6e5f44e1f8567343105a672d166f8415/68747470733a2f2f7472617669732d63692e6f72672f6f6375626f6d2f656d61696c2d616464726573732e737667)](https://travis-ci.org/ocubom/email-address) [![Coverage Status](https://camo.githubusercontent.com/0bd087c3a5b6966d9b3f2204f9bfdc3c75bf30e9e2510f9d96711efb7e0361d0/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f6f6375626f6d2f656d61696c2d616464726573732e737667)](https://coveralls.io/r/ocubom/email-address)[![SensioLabsInsight](https://camo.githubusercontent.com/7a4f10f2738039b0376b4c445db2e3a0b8f191c4ca64c8dbe462a6c1694ce7a7/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f65613437306631382d313063312d343438392d623261642d6136616136326334616133332f6269672e706e67)](https://insight.sensiolabs.com/projects/ea470f18-10c1-4489-b2ad-a6aa62c4aa33)Installation
------------

[](#installation)

Just use [composer](http://getcomposer.org/ "Composer Dependency Manager for PHP") to add the dependency:

```
composer require ocubom/email-address

```

Or add the dependecy manually:

1. Update `composer.json` file with the lines:

    ```
    {
        "require": {
            "ocubom/email-address": "^1.0.0"
        }
    }

    ```
2. And update the dependencies:

    ```
    composer update "ocubom/email-address"

    ```

Authorship
----------

[](#authorship)

Current maintainer:

- [Oscar Cubo Medina](http://github.com/ocubom/ "@ocubom projects"). Twitter: [@ocubom](http://twitter.com/ocubom/ "@ocubom on twitter").

Copyright and License
---------------------

[](#copyright-and-license)

*Email Address* is licensed under the MIT License — see the [`LICENSE`](https://github.com/ocubom/email-address/blob/master/LICENSE "PHP Email Type") file for details.

If you did not receive a copy of the license, contact with the author.

### is\_email() License

[](#is_email-license)

Includes "[is\_email()](http://github.com/dominicsayers/isemail "dominicsayers/isemail")” code by [Dominic Sayers](http://github.com/dominicsayers "@dominicsayers on github"):

> Copyright © 2008—2011 Dominic Sayers () BSD License ()

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3419d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/642ac779b1c36bfa6dfae27c756efcf88f75ff34fd50b376a72acb05e845502d?d=identicon)[ocubom](/maintainers/ocubom)

---

Top Contributors

[![ocubom](https://avatars.githubusercontent.com/u/184187?v=4)](https://github.com/ocubom "ocubom (7 commits)")

---

Tags

validatoraddressemailRFC5322RFC4291RFC 1123RFC 3696RFC 4291RFC 5321RFC 5322RFC1123RFC3696RFC5321

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ocubom-email-address/health.svg)

```
[![Health](https://phpackages.com/badges/ocubom-email-address/health.svg)](https://phpackages.com/packages/ocubom-email-address)
```

###  Alternatives

[egulias/email-validator

A library for validating emails against several RFCs

11.6k691.3M307](/packages/egulias-email-validator)[propaganistas/laravel-disposable-email

Disposable email validator

5762.6M6](/packages/propaganistas-laravel-disposable-email)[zytzagoo/smtp-validate-email

Perform email address verification via SMTP

452909.9k3](/packages/zytzagoo-smtp-validate-email)[salaros/is-biz-mail

isBizMail tells you whether a given email address is free (gmail.com, yahoo.es, yandex.ru etc) or not

32452.6k](/packages/salaros-is-biz-mail)[movemoveapp/laravel-dadata

Laravel SDK for working with the DaData.RU service API

45209.8k](/packages/movemoveapp-laravel-dadata)[kartik-v/yii2-validators

Enhanced Yii2 model validator components / utilities for Yii2 Framework

21137.9k](/packages/kartik-v-yii2-validators)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
