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
[](https://packagist.org/packages/telegramsdk/botapi)
7
+
8
+
9
+
10
+
## 🛠 Instalation
11
+
You can install the package via composer:
12
+
13
+
```bash
14
+
composer require telegramsdk/botapi
15
+
```
16
+
17
+
## ❔ Usage
18
+
* Full documentation can be found [here](https://github.com/TelegramSDK/BotAPI/tree/main/docs).
19
+
* Examples can be found [here](https://github.com/TelegramSDK/BotAPI/tree/main/examples).
20
+
21
+
## 📝 Testing
22
+
Run Unit tests:
23
+
```bash
24
+
composer test
25
+
```
26
+
Before running tests make sure you have `runkit7` installed:
27
+
```bash
28
+
composer runkit
29
+
```
30
+
31
+
32
+
## ⚖️ License
33
+
This project is under the [MIT License](https://github.com/TelegramSDK/BotAPI/blob/main/LICENSE).
0 commit comments