Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/protocollive/telegrambotlibrary


https://github.com/protocollive/telegrambotlibrary

php php81 telegram telegram-bot

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

![Slide2](https://github.com/ProtocolLive/TelegramBotLibrary/assets/39626142/f1a358dc-3c8d-440d-93f3-ae60791a0479)
# Telegram Bot Library

A library to simplify and agregate the Telegram API functions.

This library is developed in conjunction with the [SimpleTelegramBot](https://github.com/ProtocolLive/SimpleTelegramBot) project.

Updated with Telegram Bot API 7.10 (2024-09-06)

## Dependencies

- PHP >= 8.2;
- Extension OpenSSL;
- Extension cURL;

## Installation

- By [downloading](https://github.com/ProtocolLive/TelegramBotLibrary/archive/refs/heads/main.zip) the project;
- By Composer:

```
php composer.phar require protocollive/telegrambotlibrary
```