louisronsonronald / zoom-adapter-php
An easy-to-use PHP adapter for programmatically accessing Zoom meetings and webinars via the Zoom API
Package info
github.com/louisronron/zoom-adapter-php
pkg:composer/louisronsonronald/zoom-adapter-php
Requires
- php: >=7.0
- kriswallsmith/buzz: ^1.2
- php-curl-class/php-curl-class: ^9.2
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-29 03:04:06 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