devrabie / php-telegram-bot-plus
A community-driven and updated fork of the popular php-telegram-bot/core library, with support for the latest Telegram Bot API features.
Requires
- php: ^8.1
- ext-curl: *
- ext-json: *
- ext-mbstring: *
- ext-pdo: *
- guzzlehttp/guzzle: ^6.0|^7.0
- psr/log: ^1.1|^2.0|^3.0
Requires (Dev)
- dms/phpunit-arraysubset-asserts: ^0.2
- monolog/monolog: ^2.1
- phpunit/phpunit: ^9.5
- squizlabs/php_codesniffer: ^3.6
This package is not auto-updated.
Last update: 2025-07-05 22:37:13 UTC
README
A community-driven and updated fork of the popular php-telegram-bot/core
library, with support for the latest Telegram Bot API features.
π Overview
php-telegram-bot-plus
is an enhanced and actively maintained fork of the great longman/php-telegram-bot
library. This project was created to continue its development after the original project stalled, ensuring full support for the latest Telegram Bot API features and providing ongoing bug fixes and improvements for the community.
Our goal is to be a drop-in replacement for existing users, while providing powerful new features for new developers.
β¨ Why choose php-telegram-bot-plus
?
- π Up-to-date: Full support for the latest versions of the Telegram Bot API.
- π οΈ Actively Maintained: Bugs from the original version are actively being fixed.
- π§© New Features: Adding powerful new features that were not previously available.
- π€ Community-Driven: We welcome contributions from developers to make the library better for everyone.
- π Compatible: We maintain backward compatibility as much as possible to make upgrading easy.
π¦ Installation
composer require devrabie/php-telegram-bot-plus
π Acknowledgments A huge thanks to the original developers of longman/php-telegram-bot for their incredible work that formed the foundation of this project.