telegram-bot-php/core
A PHP library that makes using Telegram Bot API much easier.
6 Releases
Latest: 2y ago
v1.1.0Latest
📋 What's Changed
- fix: CrashPad received a malformed value as an update. by @shahradelahi in https://github.com/telegram-bot-php/core/pull/11
- chore: update dependencies by @shahradelahi in https://github.com/telegram-bot-php/core/pull/12
- Note: minimum PHP version now is `>=8.2`.
- Full Changelog: https://github.com/telegram-bot-php/core/compare/v1.0.4...v1.1.0
v1.0.4
📋 What's Changed
- fix: sending files by `file_id` property by @gekkone in https://github.com/telegram-bot-php/core/pull/2
- fix: improve auto env loader by @shahradelahi in https://github.com/telegram-bot-php/core/pull/6
- fix: switch HTTP client to `GuzzleHttp` by @shahradelahi in https://github.com/telegram-bot-php/core/pull/7
✨ New Contributors
- @gekkone made their first contribution in https://github.com/telegram-bot-php/core/pull/2
- Full Changelog: https://github.com/telegram-bot-php/core/compare/v1.0.3...v1.0.4
v1.0.3
📋 Changes
- Updated the `filterIncomingUpdates` method. [[DOCS]](https://github.com/telegram-bot-php/core#filter-incoming-updates)
- New Functionalities at `Entities`.
- Added a few more tests.
v1.0.2
Updated the deprecated dependencies
v1.0.1
Fixed bugs and improved the code
v1.0.0
First release 🎉
