Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mcmatters/google-email-address
- Owner: MCMatters
- Created: 2020-09-29T11:50:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-21T00:13:37.000Z (over 2 years ago)
- Last Synced: 2024-04-22T17:43:34.577Z (9 months ago)
- Language: PHP
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- 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('[email protected]'); // returns "true"
$manager->isGSuiteEmailAddress('[email protected]'); // returns "true"
$manager->normalize('[email protected]'); // returns "[email protected]"
```