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

ActiveLibrary[API Development](/categories/api)

bladeaweb/gotowebinar
=====================

The GoToWebinar API wrapper for PHP

1.0.2(6y ago)01.3kMITPHPPHP ^5.6 || ^7.0

Since May 10Pushed 6y agoCompare

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

READMEChangelog (2)Dependencies (2)Versions (3)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

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85.7% 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 ~494 days

Total

2

Last Release

2478d ago

PHP version history (2 changes)1.0PHP ^7.0

1.0.2PHP ^5.6 || ^7.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/14051753?v=4)[Alex Sharkov](/maintainers/bladeaweb)[@bladeaweb](https://github.com/bladeaweb)

---

Top Contributors

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

---

Tags

GoToWebinarlogmeinGoToWebinar APILogMeIn API

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

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

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1942.4k4](/packages/aimeos-prisma)[volcengine/volcengine-php-sdk

118.7k](/packages/volcengine-volcengine-php-sdk)[teodortalov/citrix

PHP wrapper around Citrix - GoToMeeting and GoToWebinar APIs. Forked from teodortalov/citrix.

1647.7k](/packages/teodortalov-citrix)

PHPackages © 2026

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