You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a SDK written for PHP that makes talking to the [Sendbird Platform API](https://sendbird.com/docs/chat/v3/platform-api/getting-started/prepare-to-use-api) easier.
7
9
With this library you can extend your Sendbird integration to include advanced features like message-, and channel automation, user management, create user authentication tokens, and create bots.
8
10
@@ -32,10 +34,6 @@ try {
32
34
33
35
```
34
36
35
-
# ⚠️ Warnings
36
-
37
-
This package is not currently published. Please see the Local development section for installation instructions.
38
-
39
37
# ⚒️ Prerequisite
40
38
41
39
In order to make requests with this SDK you will need you master API token. This can be found through the [Sendbird dashboard](https://dashboard.sendbird.com/). Each app you create in Sendbird has its own master api token. These tokens can be found in Settings > Application > General.
@@ -65,6 +63,11 @@ To install the bindings via [Composer](https://getcomposer.org/), add the follow
[](/docs)
6
+
This is a SDK written for PHP that makes talking to the [Sendbird Platform API](https://sendbird.com/docs/chat/v3/platform-api/getting-started/prepare-to-use-api) easier.
7
+
With this library you can extend your Sendbird integration to include advanced features like message-, and channel automation, user management, create user authentication tokens, and create bots.
echo 'Exception when calling listUsers: ', $e->getMessage(), PHP_EOL;
31
+
}
32
+
33
+
```
34
+
35
+
# ⚠️ Warnings
36
+
37
+
This package is not currently published. Please see the Local development section for installation instructions.
38
+
39
+
# ⚒️ Prerequisite
40
+
41
+
In order to make requests with this SDK you will need you master API token. This can be found through the [Sendbird dashboard](https://dashboard.sendbird.com/). Each app you create in Sendbird has its own master api token. These tokens can be found in Settings > Application > General.
42
+

43
+
44
+
# 💻 Requirements
45
+
46
+
You will need [PHP](https://www.php.net/) installed. This has been developed and tested with PHP 7.3 and later.
47
+
48
+
### Composer
49
+
50
+
To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:
0 commit comments