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

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


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

Last synced: 9 months 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('dima.matters@gmail.com'); // returns "true"
$manager->isGSuiteEmailAddress('d.borzyonok@amgrade.org'); // returns "true"
$manager->normalize('dima.matters@gmail.com'); // returns "dimamatters@gmail.com"
```