Download the PHP package poor-plebs/telegram-bot-sdk without Composer
On this page you can find all versions of the php package poor-plebs/telegram-bot-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download poor-plebs/telegram-bot-sdk
More information about poor-plebs/telegram-bot-sdk
Files in poor-plebs/telegram-bot-sdk
Download poor-plebs/telegram-bot-sdk
More information about poor-plebs/telegram-bot-sdk
Files in poor-plebs/telegram-bot-sdk
Vendor poor-plebs
Package telegram-bot-sdk
Short Description Framework-agnostic Telegram Bot API SDK with typed models and safe token obfuscation.
License MIT
Package telegram-bot-sdk
Short Description Framework-agnostic Telegram Bot API SDK with typed models and safe token obfuscation.
License MIT
Please rate this library. Is it a good library?
Informations about the package telegram-bot-sdk
poor-plebs/telegram-bot-sdk
Framework-agnostic PHP SDK for Telegram Bot API integration.
It provides:
TelegramBotClientfor API calls (getUpdates,sendMessage,setWebhook, etc.)- Typed Telegram update/message models
- Token-safe logging and exception message obfuscation utilities
Requirements
- PHP 8.4+
Install
Quick Start
Development
Run With Docker (No Local PHP/Composer)
Build and use the local dev container:
Run any composer command in Docker:
Versioning And Releases
- Versioning follows SemVer (
MAJOR.MINOR.PATCH) with tags without avprefix (for example1.2.0). CHANGELOG.mdis intentionally not used; release notes are generated from conventional commits and tags.- Keep
composer.jsonarchive.excludeand.gitattributesexport-ignorealigned so dist artifacts stay clean.
GitHub Release Flow
Automated GitHub Release (GitHub Actions)
This repository includes .github/workflows/release.yml:
- Trigger: push a SemVer tag without
vprefix (1.2.3,1.2.3-rc.1). - Action: create a GitHub release using the tag message as release notes.
Project Memory
Major work and investigations are tracked in docs/ using dated files:
yyyy-mm-dd_[descriptive_file_name].md
See docs/README.md for conventions.
All versions of telegram-bot-sdk with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.4.0
guzzlehttp/guzzle Version ^7.10.0
nesbot/carbon Version ^3.11.0
poor-plebs/guzzle-connect-retry-decider Version ^1.1.1
poor-plebs/guzzle-obfuscated-formatter Version ^1.0.1
poor-plebs/guzzle-retry-after-middleware Version ^3.1.0
psr/log Version ^3.0.2
psr/simple-cache Version ^3.0
guzzlehttp/guzzle Version ^7.10.0
nesbot/carbon Version ^3.11.0
poor-plebs/guzzle-connect-retry-decider Version ^1.1.1
poor-plebs/guzzle-obfuscated-formatter Version ^1.0.1
poor-plebs/guzzle-retry-after-middleware Version ^3.1.0
psr/log Version ^3.0.2
psr/simple-cache Version ^3.0
The package poor-plebs/telegram-bot-sdk contains the following files
Loading the files please wait ...