https://github.com/mcmatters/google-email-address
https://github.com/mcmatters/google-email-address
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mcmatters/google-email-address
- Owner: MCMatters
- Created: 2020-09-29T11:50:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-21T00:13:37.000Z (about 4 years ago)
- Last Synced: 2025-07-25T18:02:27.875Z (11 months ago)
- Language: PHP
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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"
```