Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/protocollive/telegrambotlibrary
https://github.com/protocollive/telegrambotlibrary
php php81 telegram telegram-bot
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/protocollive/telegrambotlibrary
- Owner: ProtocolLive
- License: mit
- Created: 2022-03-05T18:16:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-10T21:49:08.000Z (8 months ago)
- Last Synced: 2024-05-11T22:36:15.834Z (8 months ago)
- Topics: php, php81, telegram, telegram-bot
- Language: PHP
- Homepage:
- Size: 1.45 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
![Slide2](https://github.com/ProtocolLive/TelegramBotLibrary/assets/39626142/f1a358dc-3c8d-440d-93f3-ae60791a0479)
# Telegram Bot LibraryA 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
```