Download | |
File: | PHP |
Extension: | zip |
PHP client library for interacting with the Zoom API |
READMEzoom-php-clientPHP client to interact with the Zoom API. We're slowly building out this client as we need the functionality. This client is built on top of Guzzle, the PHP HTTP Client. Guzzle has a simple way to create API clients by describing the API in a Swagger-like format without the need to implement every method yourself. So adding support for more Zoom APIs is relatively simple. If you want to submit a pull request to add another feature, please do. If you don't know how to do that, ask us and we might be able to add it in for you. Zoom API Docshttps://support.zoom.us/hc/en-us/sections/200305463-API Zoom API AuthenticationZoom uses an API key and secret. See Getting Started with REST API - Zoom Support Center for details. InstallInstallation is simple with Composer:
UsageExample:
Side Note: For the list of possible WARNING: Zoom API SSL IssuesWhen testing this on my Windows 7 PC using a Git Bash console (from Git 2.5), the following error is returned:
This appears to mean that whatever SSL CA bundle cURL is using on my computer, it does not contain the root CA that Zoom's API uses. To pass parameters to Guzzle related to this, you can do something like the following:
In this example, I pointed TestsTo run the unit tests for this, copy the Guzzle Service Client Notes
|
Zoom |
Type: | Package |
Category: | Download |
Sub Category: | PHP |
Uploaded by: | Admin |
Views: | 7 |