Download the PHP package cicerbro/email-normalizer without Composer
On this page you can find all versions of the php package cicerbro/email-normalizer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download cicerbro/email-normalizer
More information about cicerbro/email-normalizer
Files in cicerbro/email-normalizer
Download cicerbro/email-normalizer
More information about cicerbro/email-normalizer
Files in cicerbro/email-normalizer
Vendor cicerbro
Package email-normalizer
Short Description A library that will normalize email addresses for cases when different email addresses all point towards a single email account
License MIT
Package email-normalizer
Short Description A library that will normalize email addresses for cases when different email addresses all point towards a single email account
License MIT
Please rate this library. Is it a good library?
Informations about the package email-normalizer
Email Normalizer
This library will normalize email addresses for cases when different email addresses all point towards a single email account.
For example [email protected]
points to [email protected]
.
This is useful for cases such as when you want to limit a single user using a single email account to signup using different email addresses.
Installation
Usage
Rule Types
- Plus Tags:
[email protected]
normalizes as[email protected]
- Hyphen Tags:
[email protected]
normalizes as[email protected]
- Dots:
[email protected]
normalizes as[email protected]
- Subdomain Addressing:
[email protected]
normalizes as[email protected]
- Aliases:
[email protected]
normalizes as[email protected]
Providers
- Gmail
- Outlook
- Yahoo
- Fastmail
- Apple iCloud
- Yandex
- Mail.ru
- ProtonMail
All versions of email-normalizer with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
The package cicerbro/email-normalizer contains the following files
Loading the files please wait ....