GitPedia
telegram-bot-php

telegram-bot-php/core

A PHP library that makes using Telegram Bot API much easier.

6 Releases
Latest: 2y ago
v1.1.0Latest
shahradelahishahradelahi·2y ago·June 24, 2024
GitHub

📋 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
shahradelahishahradelahi·2y ago·May 17, 2024
GitHub

📋 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
shahradelahishahradelahi·3y ago·October 30, 2022
GitHub

📋 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
shahradelahishahradelahi·3y ago·October 22, 2022
GitHub

Updated the deprecated dependencies

v1.0.1
shahradelahishahradelahi·3y ago·September 13, 2022
GitHub

Fixed bugs and improved the code

v1.0.0
shahradelahishahradelahi·3y ago·August 25, 2022
GitHub

First release 🎉