ocubom/email-address
Composer 安装命令:
composer require ocubom/email-address
包简介
Email address value object checked against RFC 3696, RFC 1123, RFC 4291, RFC 5321 and RFC 5322.
关键字:
README 文档
README
Email Address is a PHP implementation of an Email Address value object.
The address is checked against RFC 3696, RFC 1123, RFC 4291, RFC 5321 and RFC 5322 thanks to is_email() code by Dominic Sayers.
| License | Version | Status | SensioLabsInsight |
|---|---|---|---|
Installation
Just use composer to add the dependency:
composer require ocubom/email-address
Or add the dependecy manually:
-
Update
composer.jsonfile with the lines:{ "require": { "ocubom/email-address": "^1.0.0" } } -
And update the dependencies:
composer update "ocubom/email-address"
Authorship
Current maintainer:
- Oscar Cubo Medina. Twitter: @ocubom.
Copyright and License
Email Address is licensed under the MIT License — see the LICENSE file
for details.
If you did not receive a copy of the license, contact with the author.
is_email() License
Includes "is_email()” code by Dominic Sayers:
Copyright © 2008—2011 Dominic Sayers (http://isemail.info) BSD License (http://www.opensource.org/licenses/bsd-license.php)
统计信息
- 总下载量: 8.63k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-09-15