PHPackages                             joseayram/webinarjam - 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. joseayram/webinarjam

ActiveLibrary[API Development](/categories/api)

joseayram/webinarjam
====================

Webinarjam API Integration for PHP &gt;= 7.0

1.0.2(6y ago)0391[1 issues](https://github.com/joseayram/webinarjam/issues)[2 PRs](https://github.com/joseayram/webinarjam/pulls)MITPHPPHP &gt;= 7.0

Since Dec 5Pushed 3y ago3 watchersCompare

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

READMEChangelogDependenciesVersions (6)Used By (0)

[![alt text](https://camo.githubusercontent.com/f19d4411900ab3fa5f146412e7f9cc1f1372aef1d7872340b97623e21c5efc2e/68747470733a2f2f7777772e776562696e61726a616d2e636f6d2f776a2d6e65772d666f6f7465722f696d616765732f776a5f6c6f676f5f666f6f7465722e706e67 "WebinarJam Logo")](https://www.webinarjam.com/)

[![Build Status](https://camo.githubusercontent.com/5c57f8f12bb20062bd3e61c13e48d24e854873b3a705630a6009dc61315db9ad/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6a6f7365617972616d2f776562696e61726a616d2f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/joseayram/webinarjam/build-status/master) [![Total Downloads](https://camo.githubusercontent.com/797fa60aa269bd7aee14a7e38e19b0f7a023b87c15938a8546a59386de6e74cc/68747470733a2f2f706f7365722e707567782e6f72672f6a6f7365617972616d2f776562696e61726a616d2f642f746f74616c2e737667)](https://packagist.org/packages/joseayram/webinarjam) [![Latest Stable Version](https://camo.githubusercontent.com/5dec2dd72fa2dbac1ab18311447fbb07fab7e2d331b00cb8b858f997598f3fe2/68747470733a2f2f706f7365722e707567782e6f72672f6a6f7365617972616d2f776562696e61726a616d2f762f737461626c652e737667)](https://packagist.org/packages/joseayram/webinarjam) [![Codacy Badge](https://camo.githubusercontent.com/2b71f535a65b0fa64f2dfaf01ccdbc33c06a1d1f407b3d2fc002c3d4b6dc2125/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f3737366266393061633934393438316561306433303836633061663234346166)](https://www.codacy.com/manual/joseayram/webinarjam?utm_source=github.com&utm_medium=referral&utm_content=joseayram/webinarjam&utm_campaign=Badge_Grade) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/246ad13270d3a1d63346c67b7e776302ceefc2f60310a93214070045c8b7252d/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6a6f7365617972616d2f776562696e61726a616d2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/joseayram/webinarjam/?branch=master) [![License](https://camo.githubusercontent.com/62cee9d47bfc7fcb083892c3081514b31d7718eb76027c557ec25f72859d39d8/68747470733a2f2f706f7365722e707567782e6f72672f6a6f7365617972616d2f776562696e61726a616d2f6c6963656e73652e737667)](https://packagist.org/packages/joseayram/webinarjam)

WebinarJam API implementation for PHP &gt;= 7.0
===============================================

[](#webinarjam-api-implementation-for-php--70)

About
-----

[](#about)

This is a WebinarJam API implementation for PHP (&gt;= 7.0) as documented in the **[official website](https://d3kcv4e58tsh6h.cloudfront.net/api/WebinarJamAPI.pdf)**

Requirements
------------

[](#requirements)

1.**PHP &gt;= 7.0**2.**ext-curl**

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

[](#installation)

You can add WebinarJam as a dependency using the composer CLI:

> composer require joseayram/webinarjam

Alternatively, you can specify WebinarJam as a dependency in your project's existing composer.json file:

```
{
     "require": {
        "joseayram/webinarjam": "~1.0.2"
    }
}

```

After installing, you need to require Composer's autoloader:

> **require** 'vendor/autoload.php';

Usage
-----

[](#usage)

### Instance

[](#instance)

```
`use joseayram\WebinarJam;`

`$webinarJam = new WebinarJam(YOUR_API_KEY);`

```

### Retrieve a full list of all webinars published in your account (getWebinars)

[](#retrieve-a-full-list-of-all-webinars-published-in-your-account-getwebinars)

```
`$webinarJam->getWebinars();`

```

### Get details about one particular webinar from your account (getWebinar)

[](#get-details-about-one-particular-webinar-from-your-account-getwebinar)

```
`$webinarJam->getWebinar(YOUR_WEBICODE);`

```

### Register a person to a specific webinar (addToWebinar)

[](#register-a-person-to-a-specific-webinar-addtowebinar)

```
`$webinarJam->addToWebinar($webinarID, $firs_name, $email);`

```

#### Full Parameters list for this method

[](#full-parameters-list-for-this-method)

\#ParameterTypeRequired?Default1Webinar IDStringYesnone2First NameStringYesnone3E-mailStringYesnone4ScheduleIntegerYes05Last NameStringNonull6Ip AddressStringNonull7Country CodeIntegerNonull8PhoneIntegerNonullCredits
-------

[](#credits)

The package was build based on the work of [Cory Thompson](https://github.com/coryjthompson) in his [WebinarJam Gist](https://gist.github.com/coryjthompson/a13190bc3887bb5f6ae9)

Contributing
------------

[](#contributing)

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License
-------

[](#license)

WebinarJam API implementation for PHP is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

Copyright
---------

[](#copyright)

The WebinarJam logo, trademark and product name are property of [Genesis Digital LLC](https://genesisdigital.co).

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 82.6% 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

3

Last Release

2349d ago

### Community

Maintainers

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

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

---

Top Contributors

[![joseayram](https://avatars.githubusercontent.com/u/1056297?v=4)](https://github.com/joseayram "joseayram (19 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (4 commits)")

---

Tags

webinarwebinarjamwebinarsgenndi

### Embed Badge

![Health badge](/badges/joseayram-webinarjam/health.svg)

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

###  Alternatives

[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)[hubspot/api-client

Hubspot API client

23414.2M16](/packages/hubspot-api-client)

PHPackages © 2026

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