Google Suite (GSuite) formerly known as Google Apps Multi-Domains Checker.
irazasyed/gsuite-checker is a Laravel package for google suite (gsuite) formerly known as google apps multi-domains checker..
It currently has 13 GitHub stars and 37 downloads on Packagist (latest version v1.0).
Install it with composer require irazasyed/gsuite-checker.
Discover more Laravel packages by irazasyed
or browse all Laravel packages to compare alternatives.
Last updated
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.