Package Data | |
---|---|
Maintainer Username: | irazasyed |
Package Create Date: | 2017-01-04 |
Package Last Update: | 2020-11-26 |
Home Page: | |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-08 03:14:55 |
Package Statistics | |
---|---|
Total Downloads: | 31 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 12 |
Total Watchers: | 4 |
Total Forks: | 3 |
Total Open Issues: | 0 |
Google Suite AKA GSuite (Formerly known as Google Apps) Checker for Domains. It lets you determine if a domain has an active GSuite Account.
The checker can check up to 25 domains simultaneously in a pool of requests.
Via Composer
$ composer require irazasyed/gsuite-checker
$domains = ['test.com', 'domain.com', 'example.com'];
$gsuite = Irazasyed\GsuiteChecker::make($domains)->check();
$result = $gsuite->all();
The result is an array of domain => status.
There are 3 status codes:
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING and CONDUCT for details.
If you discover any security related issues, please email syed at lukonet.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.