Skip to content

Commit

Permalink
bump plugnmeet-sdk-php
Browse files Browse the repository at this point in the history
  • Loading branch information
jibon57 committed Sep 17, 2022
1 parent 7d44216 commit 857f90d
Show file tree
Hide file tree
Showing 123 changed files with 1,818 additions and 1,354 deletions.
2 changes: 1 addition & 1 deletion plugnmeet/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.mynaparrot.com/
Tags: mynaparrot, web conference, plugnmeet
Requires at least: 5.9
Tested up to: 6.1
Stable tag: 1.0.13
Stable tag: 1.0.14
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Requires PHP: 7.4
Expand Down
3 changes: 2 additions & 1 deletion plugnmeet/helpers/libs/plugnmeet-sdk-php/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Please check `examples` directory to see some examples.
## Methods/API

| Methods | Description |
| --------------------------------------------------------------------------------------------------------------------------- | ------------------------------------ |
| --------------------------------------------------------------------------------------------------------------------------- |--------------------------------------|
| [createRoom](https://mynaparrot.github.io/plugNmeet-sdk-php/classes/Mynaparrot-Plugnmeet-PlugNmeet.html#method_createRoom) | To create new room |
| [getJoinToken](https://mynaparrot.github.io/plugNmeet-sdk-php/classes/Mynaparrot-Plugnmeet-PlugNmeet.html#method_getJoinToken) | Generate join token |
| [isRoomActive](https://mynaparrot.github.io/plugNmeet-sdk-php/classes/Mynaparrot-Plugnmeet-PlugNmeet.html#method_isRoomActive) | To check if room is active or not |
Expand All @@ -19,3 +19,4 @@ Please check `examples` directory to see some examples.
| [fetchRecordings](https://mynaparrot.github.io/plugNmeet-sdk-php/classes/Mynaparrot-Plugnmeet-PlugNmeet.html#method_fetchRecordings) | Fetch recordings |
| [deleteRecordings](https://mynaparrot.github.io/plugNmeet-sdk-php/classes/Mynaparrot-Plugnmeet-PlugNmeet.html#method_deleteRecordings) | Delete recording |
| [getRecordingDownloadToken](https://mynaparrot.github.io/plugNmeet-sdk-php/classes/Mynaparrot-Plugnmeet-PlugNmeet.html#method_getRecordingDownloadToken) | Generate token to download recording |
| [getClientFiles](https://mynaparrot.github.io/plugNmeet-sdk-php/classes/Mynaparrot-Plugnmeet-PlugNmeet.html#method_getClientFiles) | Get client's files |
9 changes: 7 additions & 2 deletions plugnmeet/helpers/libs/plugnmeet-sdk-php/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "plugNmeet PHP SDK",
"type": "library",
"license": "MIT",
"version": "1.0.5",
"version": "1.0.6",
"autoload": {
"psr-4": {
"Mynaparrot\\Plugnmeet\\": "src/"
Expand All @@ -15,6 +15,10 @@
"email": "jibon@mynaparrot.com"
}
],
"scripts": {
"phpcs": "phpcs --standard=PSR12 src",
"phpcbf": "phpcbf --standard=PSR12 src"
},
"require": {
"php": "^7.4|^8.0",
"ext-curl": "*",
Expand All @@ -23,6 +27,7 @@
"firebase/php-jwt": "^6.0"
},
"require-dev": {
"overtrue/phplint": "^3.0"
"overtrue/phplint": "^3.0",
"squizlabs/php_codesniffer": "3.*"
}
}
Loading

0 comments on commit 857f90d

Please sign in to comment.