[PR #869] [CLOSED] Added TelegramHandler #1387

Closed
opened 2026-03-04 03:11:39 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Seldaek/monolog/pull/869
Author: @merorafael
Created: 10/13/2016
Status: Closed

Base: masterHead: master


📝 Commits (6)

  • 6d24bf4 Added TelegramHandler
  • aab4ed1 Added TelegramHandler on documentation
  • 81f28e4 Documentation fix
  • 2231197 Token example and chat id removed from the unit test
  • 16a56c7 OpenSSL exception message changed
  • 149d9c3 PHPDoc and PSR fixes

📊 Changes

3 files changed (+206 additions, -0 deletions)

View changed files

📝 doc/02-handlers-formatters-processors.md (+1 -0)
src/Monolog/Handler/TelegramHandler.php (+117 -0)
tests/Monolog/Handler/TelegramHandlerTest.php (+88 -0)

📄 Description

Hello guys,

I created a handler for sending log messages to Telegram users, adding another means of communication for the project.

I hope you enjoy :)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Seldaek/monolog/pull/869 **Author:** [@merorafael](https://github.com/merorafael) **Created:** 10/13/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (6) - [`6d24bf4`](https://github.com/Seldaek/monolog/commit/6d24bf4a801c598db28c8a95d20962c5533775bc) Added TelegramHandler - [`aab4ed1`](https://github.com/Seldaek/monolog/commit/aab4ed1fccd56fe534cfb63d729d5e415ca5b725) Added TelegramHandler on documentation - [`81f28e4`](https://github.com/Seldaek/monolog/commit/81f28e4a46593c1fc329119b4d67054abbf0cb66) Documentation fix - [`2231197`](https://github.com/Seldaek/monolog/commit/22311975afc28a0dd9ed97e2c9bc53f398efe9f0) Token example and chat id removed from the unit test - [`16a56c7`](https://github.com/Seldaek/monolog/commit/16a56c7dd5b1c8d7a839deed73969beb422a0108) OpenSSL exception message changed - [`149d9c3`](https://github.com/Seldaek/monolog/commit/149d9c32dc29a871c253a008195a74e7a962bbe5) PHPDoc and PSR fixes ### 📊 Changes **3 files changed** (+206 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `doc/02-handlers-formatters-processors.md` (+1 -0) ➕ `src/Monolog/Handler/TelegramHandler.php` (+117 -0) ➕ `tests/Monolog/Handler/TelegramHandlerTest.php` (+88 -0) </details> ### 📄 Description Hello guys, I created a handler for sending log messages to Telegram users, adding another means of communication for the project. I hope you enjoy :) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 03:11:39 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/monolog#1387
No description provided.