mirror of
https://github.com/Seldaek/monolog.git
synced 2026-04-26 16:15:49 +03:00
[GH-ISSUE #1095] Mailgun Handler #445
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#445
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?
Originally created by @Narrator on GitHub (Dec 12, 2017).
Original GitHub issue: https://github.com/Seldaek/monolog/issues/1095
Hello,
I've written a Mailgun (API v3) Handler after forking the repo. I'd like to contribute this to the master branch. Do I just directly create a pull request?
Also, I saw that that the 1.x branch is still using PHP 5.3 and since 1.23 is the latest stable version, should I push to the 1.x branch as well? The changes in this regard would obviously be different without strict types etc.
@Seldaek commented on GitHub (Jun 7, 2018):
Thanks, however maintaining all handlers inside this repo is kinda unsustainable for me. Please instead publish such new handlers as individual packages on packagist.org and then add it to https://github.com/Seldaek/monolog/wiki/Third-Party-Packages so it's easily discoverable.