PHPackages                             flipminds/gotowebinar - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. flipminds/gotowebinar

ActiveLibrary[API Development](/categories/api)

flipminds/gotowebinar
=====================

GotoWebinar REST API wrapper. Uses the new api.getgo.com/G2W/rest endpoint

v1.0.3(8y ago)31344MITPHPPHP &gt;=7.1.0

Since Sep 18Pushed 8y ago2 watchersCompare

[ Source](https://github.com/flipminds/gotowebinar)[ Packagist](https://packagist.org/packages/flipminds/gotowebinar)[ RSS](/packages/flipminds-gotowebinar/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

GotoWebinar API
===============

[](#gotowebinar--api)

Description
-----------

[](#description)

A simple wrapper around the the [GotoWebinar API](https://goto-developer.logmeininc.com/content/gotowebinar-api-reference).

Install via Composer
--------------------

[](#install-via-composer)

We recommend installing this package with [Composer](http://getcomposer.org/).

Run in your project root:

```
composer require flipminds/gotowebinar:~1.0.0

```

Simple Usage
------------

[](#simple-usage)

```
use FlipMinds\GotoWebinar\GotoWebinar;

$credentials = [
    'username' => ''
    'password' => ''
    'consumerKey' => ''
];

$gtw = new GotoWebinar($credentials);

$webinars = $gtw->getUpcoming();

$key = ''
foreach($webinars as $webinar) {
    if (!$key) $key = $webinar->webinarKey;
}

$result = $gtw->createRegistrant($key, 'firstname','lastname','email);
print_r($result);
```

See the examples folder for more usages examples.

Caching the Authentication Token
--------------------------------

[](#caching-the-authentication-token)

By default GotoWebinar Authentication Tokens are valid for 356 days. Caching the token result in one less round trip to GotoWebinar servers.

You can use the `getAuth()` method call to retrieve an array of data that can be cached. You can use this array as a second argument to the constructor.

You can also set a callback to capture the authentication array after authenticating with GotoWebinar servers.

```
// $auth =  getfromcache()

$gtw = new GotoWebinar($credentials, $auth); // see Above

$gtw->setAuthCallback(function($auth) {
 // save $auth to cache
});

```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 90% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

4

Last Release

3206d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/31568878?v=4)[Flip Minds Ltd](/maintainers/flipminds)[@flipminds](https://github.com/flipminds)

---

Top Contributors

[![SunilKJaiswal](https://avatars.githubusercontent.com/u/5298350?v=4)](https://github.com/SunilKJaiswal "SunilKJaiswal (9 commits)")[![jbartfay](https://avatars.githubusercontent.com/u/3373678?v=4)](https://github.com/jbartfay "jbartfay (1 commits)")

---

Tags

api-clientgotowebinarphpapiGoToWebinar

### Embed Badge

![Health badge](/badges/flipminds-gotowebinar/health.svg)

```
[![Health](https://phpackages.com/badges/flipminds-gotowebinar/health.svg)](https://phpackages.com/packages/flipminds-gotowebinar)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[theodo-group/llphant

LLPhant is a library to help you build Generative AI applications.

1.7k371.6k6](/packages/theodo-group-llphant)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[files.com/files-php-sdk

Files.com PHP SDK

2478.1k](/packages/filescom-files-php-sdk)[checkout/checkout-sdk-php

Checkout.com SDK for PHP

563.5M10](/packages/checkout-checkout-sdk-php)[clicksend/clicksend-php

301.6M11](/packages/clicksend-clicksend-php)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
