irazasyed/gsuite-checker

Google Suite (GSuite) formerly known as Google Apps Multi-Domains Checker.
37 13
Install
composer require irazasyed/gsuite-checker
Latest Version:v1.0
PHP:^7.3 || ^8.0
License:MIT
Last Updated:Nov 26, 2020
Links: GitHub  ·  Packagist
Maintainer: irazasyed

GSuite Checker

Join PHP Chat Chat on Telegram Latest Version on Packagist Software License Total Downloads

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.

Install

Via Composer

$ composer require irazasyed/gsuite-checker

Usage

$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:

  • -1 - The request was rejected due to whatever issues and should be retried.
  • 0 - There is no GSuite Account associated with the domain.
  • 1 - There is a GSuite Account associated with the domain.

Change log

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING and CONDUCT for details.

Security

If you discover any security related issues, please email syed at lukonet.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Related Packages

reliese/laravel

Reliese Components for Laravel Framework code generation.

3,893,314 1,705
php-tmdb/laravel

Laravel Package for TMDB ( The Movie Database ) API. Provides easy access to the...

53,312 161
laravel-ja/laravel

The Laravel Framework.

5,667 17
kavenegar/laravel

laravel 4 and 5 kavenegar integration

361,233 86
laravel/laravel

The skeleton application for the Laravel framework.

64,400,768 84,869