mynaparrot / plugnmeet-sdk
plugNmeet PHP SDK
2.1.2
2026-04-20 16:47 UTC
Requires
- php: ^8.0
- ext-bcmath: *
- ext-curl: *
- ext-json: *
- firebase/php-jwt: 7.0.5
- google/protobuf: 5.34.1
- guzzlehttp/guzzle: 7.10
- ramsey/uuid: 4.9.2
Requires (Dev)
- overtrue/phplint: 9.7.1
- squizlabs/php_codesniffer: 4.0.1
This package is auto-updated.
Last update: 2026-04-20 16:47:55 UTC
README
Plug-N-Meet PHP SDK. You can use this SDK to make API requests to the Plug-N-Meet server from your PHP application.
Download the latest version from release page or if you prefer to use composer:
composer require mynaparrot/plugnmeet-sdk
Please check examples directory to see some examples.
Methods/API
| Methods | Description |
|---|---|
| createRoom | To create new room |
| getJoinToken | Generate join token |
| isRoomActive | To check if room is active or not |
| getActiveRoomInfo | Get active room information |
| getActiveRoomsInfo | Get all active rooms |
| fetchPastRoomsInfo | Get past rooms |
| endRoom | End active room |
| fetchRecordings | Fetch recordings |
| getRecordingInfo | Get details of a recording |
| deleteRecordings | Delete recording |
| getRecordingDownloadToken | Generate token to download recording |
| fetchArtifacts | Fetch artifacts |
| deleteArtifact | Delete artifact |
| getArtifactDownloadToken | Generate token to download artifact file |
| getClientFiles | Get client's files |