Skip to content

Commit e4f6b60

Browse files
committed
Update README.md
1 parent 0270d36 commit e4f6b60

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,25 @@
1+
<div style="text-align: center;">
2+
<img title="Latest Version on Packagist" alt="Latest Version on Packagist" src="https://img.shields.io/packagist/v/telegramsdk/botkit.svg?label=composer&logo=composer">
3+
<img title="PHP Version" alt="PHP Version" src="https://img.shields.io/packagist/dependency-v/telegramsdk/botkit/php?logo=php">
4+
</div>
5+
16
# BotKit
7+
8+
Extension for the [telegramsdk/botapi] package.
9+
This extension only allows users to preview the available methods from their IDE.
10+
11+
## 🛠 Installation
12+
13+
You can install the package via composer:
14+
15+
```bash
16+
composer require telegramsdk/botkit
17+
```
18+
19+
## ❔ Usage
20+
21+
- Full documentation can be found [here](https://botapi.racca.me/docs/kit).
22+
23+
## ⚖️ License
24+
25+
This project is under the [MIT License](./LICENSE).

0 commit comments

Comments
 (0)