PackageTrack
Sign in Get early access

laravel-notification-channels/telegram

Telegram Notifications Channel for Laravel

7.0.0 4.1M downloads/mo #2093 most downloaded on Packagist laravel-notification-channels/telegram

What this package is like to depend on

Last release 5 months ago

19 Mar 2026

Release timing varies

gaps range from 1 weeks to 13 months

Most releases are documented

notes for 21 of 26 stable releases

Nothing withdrawn

no release was ever pulled

10 years old

26 releases · first in 2016

1 release in the last 12 months

see the full history below

Release timeline

26 releases · Aug 2016 to Mar 2026
2017 2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 26
  1. 7.0.0 19 Mar 2026

    Nothing published for this version

  2. 6.0.0 25 Feb 2025

    Nothing published for this version

  3. 5.0.0 12 Mar 2024

    Nothing published for this version

  4. 4.0.0 14 Feb 2023
    Release notes

    What's Changed

    • Fix Chunk method error by @faissaloux in https://github.com/laravel-notification-channels/telegram/pull/163
    • Add escapedLine() method to TelegramMessage by @ziming in https://github.com/laravel-notification-channels/telegram/pull/168
    • Laravel 10.x Compatibility by @laravel-shift in https://github.com/laravel-notification-channels/telegram/pull/167
    • Drop support for PHP < 8.1.

    New Contributors

    • @ziming made their first contribution in https://github.com/laravel-notification-channels/telegram/pull/168
    • @laravel-shift made their first contribution in https://github.com/laravel-notification-channels/telegram/pull/167

    Full Changelog: https://github.com/laravel-notification-channels/telegram/compare/3.0.0...4.0.0

    Open source →
  5. 3.0.0 15 Oct 2022

    Nothing published for this version

  6. 2.1.0 01 Jul 2022

    Nothing published for this version

  7. 2.0.0 10 Feb 2022
    Release notes
    • Add Laravel 9 Support.
    • Add Laravel conditional trait to payload builder to use when on methods chain. PR #139.
    • Drop support for older version of PHP < 7.4 and Laravel < 8.
    Open source →
  8. 1.0.0 10 Dec 2021
    Release notes

    Notable Changes

    • Register Telegram instance to the container.
    • #133 - Add TelegramUpdates to retrieve bot updates. Thanks, @faissaloux.
    • #136 - Refactor TelegramChannel. Thanks, @faissaloux.
    • #138 - Add Contact Support. Thanks, @faissaloux.
    • Add Retrieving Chat ID docs and improve docs.
    • Add missing type declaration and minor improvements to various methods.

    Full Changelog: 0.9.0...1.0.0

    Open source →
    Release notes
    • Register Telegram instance to container.
    • Add TelegramUpdates to retrieve bot updates. PR #133.
    • Refactor TelegramChannel. PR #136.
    • Add Retrieving Chat ID docs and improve docs.
    • Add missing type declaration and minor improvements to various methods.
    • Add Contact Support. PR #138.
    Open source →
  9. 0.9.0 24 Nov 2021
    Release notes

    Notable Changes

    New Contributors

    Full Changelog: 0.8.0...0.9.0

    Open source →
    Release notes
    • Add Poll Support. PR #130.
    • Remove StyleCI in favor of GitHub Actions Workflow for Code Styling. PR #131.
    Open source →
  10. 0.8.0 14 Nov 2021
    Release notes

    Notable Changes

    • #125 - Add usage in Lumen instructions.
    • Add message chunking feature ( chunk($limit) ) in cases where the message is too long. Closes #127.

    Full Changelog: 0.7.0...0.8.0

    Open source →
    Release notes
    • Add message chunking feature (chunk($limit)) in cases where the message is too long. Closes #127.
    Open source →
  11. 0.7.0 27 Oct 2021
    Release notes
    • Dropped PHP 7.1 support. PR #118.
    • Dispatch event NotificationFailed on exception. PR #119.
    • Test against PHP 8.1. PR #120.
    • Add support to use TelegramChannel::class in on-demand notification route. PR #122.
    • Refactor channel registration with the channel manager. PR #122.
    Open source →
  12. 0.6.0 03 Oct 2021
    Release notes
    • Add GitHub Actions workflows for tests and coverage. PR #103.
    • Add alternate method to resolve Telegram notification channel. PR #110.
    • Add buttonWithCallback() method. PR #114.
    • Revise file upload logic.
    • Add more info on proxy setting.
    • Remove dead badges.
    Open source →
  13. 0.5.1 06 Dec 2020
    Release notes
    • PHP 8 Support.
    Open source →
  14. 0.5.0 07 Sep 2020
    Release notes
    • Add previous ClientException when constructing CouldNotSendNotification exception. PR #86.
    • Add Laravel 8 Support. PR #88.
    • Add Bot token per notification support. Closed #84.
    • Add view file support for notification content. Closed #82.
    • Add support to set HTTP Client.
    Open source →
  15. 0.4.1 06 Jul 2020
    Release notes
    • Add Guzzle 7 Support. PR #80.
    Open source →
  16. 0.4.0 02 Jun 2020
    Release notes
    • Add support to set custom api base_uri for web bridge.
    • Revise README with instructions for Proxy or Bridge support.
    • Revise on-demand notification instructions - Fixes #72.
    • Fix typo in test.
    • Remove redundant test.
    • Remove exception when chat id isn't provided - PR #75.
    Open source →
  17. 0.3.0 26 Mar 2020
    Release notes
    • Add ability to set param in disableNotification method.
    Open source →
  18. 0.2.0 19 Feb 2020
    Release notes
    • Laravel 7 Support.
    • Support response handling from Telegram.
    Open source →
  19. 0.1.1 07 Nov 2019
    Release notes
    • Support PHP 7.1 and up.
    Open source →
  20. 0.1.0 11 Oct 2019
    Release notes
    • New Helper Methods to work with file attachments.
    • Code cleanup.
    • Documentation updated with more examples and previews.
    • Micro optimization and improvements.
    • Typehint and return type declaration.
    • Fixed tests.
    Open source →
  21. 0.0.6 27 Sep 2019
    Release notes
    • Laravel 6 Support.
    • Add Photo, Document, Audio, Location and other file notification type support.
    • Token getter and setter.
    Open source →
  22. 0.0.5 05 Sep 2018
    Release notes
    • Laravel 5.7 Support.
    • Add ability to change button columns.
    Open source →
  23. 0.0.4 08 Feb 2018
    Release notes
    • Laravel 5.6 Support.
    Open source →
  24. 0.0.3 16 Aug 2017
    Release notes
    • Laravel 5.5 Support with Auto-Discovery.
    Open source →
  25. 0.0.2 24 Mar 2017
    Release notes
    • Laravel 5.4 Support.
    Open source →
  26. 0.0.1 13 Aug 2016
    Release notes
    • Initial Release.
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive