Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sh1hab/zoomapi
Zoom API Package
https://github.com/sh1hab/zoomapi
composer laravel package zoom
Last synced: 21 days ago
JSON representation
Zoom API Package
- Host: GitHub
- URL: https://github.com/sh1hab/zoomapi
- Owner: sh1hab
- License: cc0-1.0
- Created: 2021-02-25T16:55:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-06T03:56:54.000Z (over 2 years ago)
- Last Synced: 2024-11-15T03:33:41.891Z (3 months ago)
- Topics: composer, laravel, package, zoom
- Language: PHP
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ZoomAPIWrapper
==============This is A simple PHP wrapper for calling the Zoom V2 APIs. It aims to be
- Simple to use
- LLightweightInstalling
==========`composer require shihab/ZoomApi`
How to Get Zoom API Key
=======================You need to go to the Zoom "App Marketplace", log in using your Zoom account and then select "Build App" from the "Develop" dropdown menu. This link should take you there: https://marketplace.zoom.us/develop/create
Then you need to choose the JWT option for "server-to-server integration". Once you will out some basic information you will be taken to the "App Credentials" page which will give you your API key and API secret.