louisronsonronald / zoom-adapter-php
An easy-to-use PHP adapter for programmatically accessing Zoom meetings and webinars via the Zoom API
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/louisronsonronald/zoom-adapter-php
Requires
- php: >=7.0
- kriswallsmith/buzz: ^1.2
- php-curl-class/php-curl-class: ^9.2
This package is auto-updated.
Last update: 2025-12-29 03:00:13 UTC
README
Introduction
Zoom Adapter PHP is an easy-to-use PHP adapter for programmatically accessing and manipulating Zoom meetings and webinars in your custom PHP application. The adapter provides a level of abstraction above the official Zoom API, and aims to make it easy to integrate Zoom. It is definitely a working progress, so I welcome contributions towards development.
How To Use
Still being written