Download the PHP package ocubom/email-address without Composer
On this page you can find all versions of the php package ocubom/email-address. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ocubom/email-address
More information about ocubom/email-address
Files in ocubom/email-address
Package email-address
Short Description Email address value object checked against RFC 3696, RFC 1123, RFC 4291, RFC 5321 and RFC 5322.
License MIT
Homepage http://github.com/ocubom/email-address
Informations about the package email-address
Email Address
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:
Or add the dependecy manually:
-
Update
composer.json
file with the lines: - And update the dependencies:
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)
"PHP Email Type"
"@dominicsayers on github"
"dominicsayers/isemail"
"Composer Dependency Manager for PHP"
"Value object"