Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mcmatters/google-email-address


https://github.com/mcmatters/google-email-address

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

## Google Mail Address
Helps you to identify is belong email to Google Mail Service or GSuite.

### Installation

```bash
composer require mcmatters/google-email-address
```

### Usage

```php
isGoogleEmailAddress('[email protected]'); // returns "true"
$manager->isGSuiteEmailAddress('[email protected]'); // returns "true"
$manager->normalize('[email protected]'); // returns "[email protected]"
```