pfazzi / email
A PHP class representing an email address.
v0.1
2019-03-25 11:53 UTC
Requires
- php: ^7.2
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.14
- phpmd/phpmd: ^2.6
- phpunit/phpunit: ^8
- squizlabs/php_codesniffer: ^3.4
This package is auto-updated.
Last update: 2024-12-26 00:58:02 UTC
README
This package contains a PHP class representing an email address as a value object.
Installation
Using Composer:
composer require pfazzi/email
Example usages
$email = Email::fromString('test@patrickfazzi.it');