{"id":16954852,"url":"https://github.com/irazasyed/gsuite-checker","last_synced_at":"2025-07-03T11:03:57.672Z","repository":{"id":56993378,"uuid":"77965077","full_name":"irazasyed/gsuite-checker","owner":"irazasyed","description":"Google Suite (GSuite) formerly known as Google Apps - Multi-Domains Checker.","archived":false,"fork":false,"pushed_at":"2020-11-26T15:12:10.000Z","size":13,"stargazers_count":12,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-15T06:49:29.670Z","etag":null,"topics":["composer","composer-packages","domain-checker","google-apps","google-suite","gsuite","gsuite-checker","php"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/irazasyed.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-04T00:28:15.000Z","updated_at":"2024-01-03T00:20:03.000Z","dependencies_parsed_at":"2022-08-21T13:20:32.740Z","dependency_job_id":null,"html_url":"https://github.com/irazasyed/gsuite-checker","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/irazasyed/gsuite-checker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irazasyed%2Fgsuite-checker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irazasyed%2Fgsuite-checker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irazasyed%2Fgsuite-checker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irazasyed%2Fgsuite-checker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/irazasyed","download_url":"https://codeload.github.com/irazasyed/gsuite-checker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irazasyed%2Fgsuite-checker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263314104,"owners_count":23447291,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["composer","composer-packages","domain-checker","google-apps","google-suite","gsuite","gsuite-checker","php"],"created_at":"2024-10-13T22:10:42.935Z","updated_at":"2025-07-03T11:03:57.642Z","avatar_url":"https://github.com/irazasyed.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GSuite Checker\n\n[![Join PHP Chat][ico-phpchat]][link-phpchat]\n[![Chat on Telegram][ico-telegram]][link-telegram]\n[![Latest Version on Packagist][ico-version]][link-packagist]\n[![Software License][ico-license]](LICENSE.md)\n[![Total Downloads][ico-downloads]][link-downloads]\n\n\u003e Google Suite AKA GSuite (Formerly known as Google Apps) Checker for Domains. It lets you determine if a domain has an active GSuite Account.\n\n\u003e The checker can check up to **25** domains simultaneously in a pool of requests.\n\n## Install\n\nVia Composer\n\n``` bash\n$ composer require irazasyed/gsuite-checker\n```\n\n## Usage\n\n``` php\n$domains = ['test.com', 'domain.com', 'example.com'];\n\n$gsuite = Irazasyed\\GsuiteChecker::make($domains)-\u003echeck();\n\n$result = $gsuite-\u003eall();\n```\n\nThe result is an array of domain =\u003e status.\n\nThere are 3 status codes:\n\n- **-1** - The request was rejected due to whatever issues and should be retried.\n- **0** - There is no GSuite Account associated with the domain.\n- **1** - There is a GSuite Account associated with the domain.\n\n## Change log\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Contributing\n\nPlease see [CONTRIBUTING](.github/CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.\n\n## Security\n\nIf you discover any security related issues, please email syed at lukonet.com instead of using the issue tracker.\n\n## Credits\n\n- [Syed Irfaq R.][link-author]\n- [All Contributors][link-contributors]\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n\n[ico-phpchat]: https://img.shields.io/badge/Slack-PHP%20Chat-5c6aaa.svg?style=flat-square\u0026logo=slack\u0026labelColor=4A154B\n[ico-telegram]: https://img.shields.io/badge/@PHPChatCo-2CA5E0.svg?style=flat-square\u0026logo=telegram\u0026label=Telegram\n[ico-version]: https://img.shields.io/packagist/v/irazasyed/gsuite-checker.svg?style=flat-square\n[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square\n[ico-travis]: https://img.shields.io/travis/irazasyed/gsuite-checker/master.svg?style=flat-square\n[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/irazasyed/gsuite-checker.svg?style=flat-square\n[ico-code-quality]: https://img.shields.io/scrutinizer/g/irazasyed/gsuite-checker.svg?style=flat-square\n[ico-downloads]: https://img.shields.io/packagist/dt/irazasyed/gsuite-checker.svg?style=flat-square\n\n[link-phpchat]: https://phpchat.co/?ref=gsuite-checker\n[link-telegram]: https://t.me/PHPChatCo\n[link-packagist]: https://packagist.org/packages/irazasyed/gsuite-checker\n[link-travis]: https://travis-ci.org/irazasyed/gsuite-checker\n[link-scrutinizer]: https://scrutinizer-ci.com/g/irazasyed/gsuite-checker/code-structure\n[link-code-quality]: https://scrutinizer-ci.com/g/irazasyed/gsuite-checker\n[link-downloads]: https://packagist.org/packages/irazasyed/gsuite-checker\n[link-author]: https://github.com/irazasyed\n[link-contributors]: ../../contributors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firazasyed%2Fgsuite-checker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Firazasyed%2Fgsuite-checker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firazasyed%2Fgsuite-checker/lists"}