irazasyed/gsuite-checker
Composer 安装命令:
composer require irazasyed/gsuite-checker
包简介
Google Suite (GSuite) formerly known as Google Apps Multi-Domains Checker.
关键字:
README 文档
README
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.
统计信息
- 总下载量: 37
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 13
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-01-04