Download the PHP package leealex/telegram-sdk without Composer
On this page you can find all versions of the php package leealex/telegram-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package telegram-sdk
Telegram Bot API SDK (PHP)
About
Telegram Bot API SDK lets you develop Telegram Bots in PHP.
It offers interactions with user by generating inline or custom keyboards.
Please refer to the official documentation https://core.telegram.org/bots/api
Installation
The recommended way to install SDK is through Composer.
Usage
Data storage
SDK uses lightweight NoSQL database SleekDB to store data.
Bot instance holds SleekDB object to interact with database. Use getDb() method to get SleekDB instance.
See full documentation at https://sleekdb.github.io
All versions of telegram-sdk with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2.0
rakibtg/sleekdb Version ^2.13
guzzlehttp/guzzle Version ^7.2
ext-json Version *
rakibtg/sleekdb Version ^2.13
guzzlehttp/guzzle Version ^7.2
ext-json Version *
The package leealex/telegram-sdk contains the following files
Loading the files please wait ....