mirror of
https://github.com/Seldaek/monolog.git
synced 2026-04-26 08:05:53 +03:00
[PR #869] [CLOSED] Added TelegramHandler #1387
Labels
No labels
Bug
Documentation
Feature
Needs Work
Support
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/monolog#1387
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Seldaek/monolog/pull/869
Author: @merorafael
Created: 10/13/2016
Status: ❌ Closed
Base:
master← Head:master📝 Commits (6)
6d24bf4Added TelegramHandleraab4ed1Added TelegramHandler on documentation81f28e4Documentation fix2231197Token example and chat id removed from the unit test16a56c7OpenSSL exception message changed149d9c3PHPDoc 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.