php-unique-gmail-address icon indicating copy to clipboard operation
php-unique-gmail-address copied to clipboard

A package to ensure that a Gmail address is unique

Results 4 php-unique-gmail-address issues
Sort by recently updated
recently updated
newest added

I haven’t fully looked at the code, but `[email protected]` is the same as `[email protected]` I’m not sure if this package allows for that 🤔

Hi, I'm trying to use this at my validator, ```` 'email' => [new UniqueGmailAddressRule()] ```` but it doesnt work, example : [email protected]; [email protected] still pass

Refactors the code to use a rule-based approach where every rule is its own class that can do two things to the current email address; `normalize` it, and build a  ...

Gsuite offers the same kind of features to users with email addresses on custom domains. For example, `[email protected]` and `[email protected]` both go to the same inbox. PHP provides a handful...

enhancement
good first issue