Go to file
2016-09-10 13:33:57 +02:00
src Support for yahoo.com 2016-09-10 13:33:57 +02:00
tests Support for yahoo.com 2016-09-10 13:33:57 +02:00
.coveralls.yml Initial public release 2016-09-10 00:41:21 +02:00
.gitignore Initial public release 2016-09-10 00:41:21 +02:00
.travis.yml Travis does not support the newest version of HHVM 2016-09-10 00:48:35 +02:00
composer.json Initial public release 2016-09-10 00:41:21 +02:00
LICENSE Initial public release 2016-09-10 00:41:21 +02:00
phpunit.xml.dist Initial public release 2016-09-10 00:41:21 +02:00
README.md Support for yahoo.com 2016-09-10 13:33:57 +02:00

Build Status Coverage Status Codacy Badge

Gordianus

Gordianus clears aliases from email address. Email John.Doe+alias@gmail.com will be transformed to johndoe@gmail.com.

Supported mailboxes

Usage

$gordianus = new \bkrukowski\Gordianus\Gordianus();
$transformedEmail = $gordianus->getPrimaryEmail('John.Doe+alias@gmail.com');