PHPackages                             paravibe/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. paravibe/gotowebinar

ActiveLibrary[API Development](/categories/api)

paravibe/gotowebinar
====================

The GoToWebinar API wrapper for PHP

1.3.0(1y ago)227.1k↓50%3[1 issues](https://github.com/paravibe/gotowebinar/issues)MITPHPPHP ^8.0 || ^7.0CI failing

Since May 10Pushed 1y ago1 watchersCompare

[ Source](https://github.com/paravibe/gotowebinar)[ Packagist](https://packagist.org/packages/paravibe/gotowebinar)[ RSS](/packages/paravibe-gotowebinar/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (2)Versions (7)Used By (0)

GoToWebinar PHP wrapper
=======================

[](#gotowebinar-php-wrapper)

[![Latest Version](https://camo.githubusercontent.com/100ef631dbaf59665645e12c0211ec31d99abb4dcec909407ddc4260922ecf7b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f70617261766962652f676f746f776562696e61722e7376673f7374796c653d666c61742d737175617265)](https://github.com/paravibe/gotowebinar/releases)[![Build Status](https://camo.githubusercontent.com/bf997b5031f62b9f50f31ba5c47f8f4ccc4cbffd412a86ba36a687bf62f17a9c/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f70617261766962652f676f746f776562696e61722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/paravibe/gotowebinar)[![Total Downloads](https://camo.githubusercontent.com/58abf3f0d5bbd2a5100bc2255a569a48f29943fe14077a376dd797f61503c0b3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f70617261766962652f676f746f776562696e61722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/paravibe/gotowebinar)

Installation
------------

[](#installation)

`composer require paravibe/gotowebinar`

How to use
----------

[](#how-to-use)

### Initialize client

[](#initialize-client)

`$client = new \LogMeIn\GoToWebinar\Client($access_token, $values);`

Where `$access_token` is a token retrived during authorization procedure -
and `$values` are response data that contain:

- account\_key
- account\_type
- email
- firstName
- lastName
- organizer\_key

Use any method described here by passing proper HTTP method and endpoint to `createRequest()` method.

### GET/DELETE methods

[](#getdelete-methods)

```
$get = $client->createRequest('GET', "organizers/{$organizer_key}/webinars")->execute();
$data = $get->getDecodedBody();
```

### POST/PUT methods

[](#postput-methods)

```
$post_data = array(
  'subject' => 'TEST',
  'description' => 'Test API integration',
  'times' => array(
    array(
      'startTime' => '2018-05-12T15:00:00Z',
      'endTime' => '2018-05-12T16:00:00Z',
    )
  ),
  'timeZone' => 'Europe/Kiev',
);

$new = $client->createRequest('POST', "organizers/{$organizer_key}/webinars")
  ->attachBody($post_data)
  ->execute();
```

###  Health Score

41

—

FairBetter than 88% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~499 days

Recently: every ~488 days

Total

6

Last Release

422d ago

PHP version history (3 changes)1.0PHP ^7.0

1.2PHP ^5.6 || ^7.0

1.2.2PHP ^8.0 || ^7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/ee489c5ed8fc6fac1e81b1b7688a37731ec978f5dccc87e4f87c5233c2197709?d=identicon)[paravibe](/maintainers/paravibe)

---

Top Contributors

[![paravibe](https://avatars.githubusercontent.com/u/1899854?v=4)](https://github.com/paravibe "paravibe (19 commits)")

---

Tags

citrixgotowebinargotowebinar-apigotowebinar-phplogmeinGoToWebinarlogmeinGoToWebinar APILogMeIn API

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[slakbal/gotowebinar

GotoWebinar API wrapper for laravel 5+

1713.1k](/packages/slakbal-gotowebinar)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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