diff --git a/Third-Party-Packages.md b/Third-Party-Packages.md index 26ad900..1a52962 100644 --- a/Third-Party-Packages.md +++ b/Third-Party-Packages.md @@ -3,6 +3,7 @@ This page lists third party packages implementing useful Monolog handlers, forma Not finding what you need here? Try [searching on Packagist.org](https://packagist.org/?query=monolog%20) before writing your own in case the author did not add it here. # Handlers +- [**bayfrontmedia/monolog-pdo**](https://github.com/bayfrontmedia/monolog-pdo) Monolog handler used to write log files to a MySQL database using `PDO`. - [**monolog-http/monolog-http**](https://github.com/monolog-http/monolog-http) A collection of handlers that use PSR-18 HTTP Client to send logs - [**artack/monolog-jira-handler**](https://github.com/ARTACK/monolog-jira-handler) sends log records to a self hosted JIRA instance - [**filips123/monolog-phpmailer**](https://github.com/filips123/MonologPHPMailer) sends log records to emails with [PHPMailer](https://github.com/PHPMailer/PHPMailer)