-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Third Party Packages
Michał Molenda edited this page Feb 6, 2024
·
87 revisions
This page lists third party packages implementing useful Monolog handlers, formatters or processors. See the docs for the list of built-in ones
Not finding what you need here? Try searching on Packagist.org before writing your own in case the author did not add it here.
- monolog-http/monolog-http A collection of handlers that use PSR-18 HTTP Client to send logs
- artack/monolog-jira-handler sends log records to a self hosted JIRA instance
- filips123/monolog-phpmailer sends log records to emails with PHPMailer
- inpsyde/logzio-monolog sends log records to logz.io
- tylercd100/monolog-sms sends log records to SMS messaging services such as Plivo, Clickatell and Twilio
- nackjicholson/monolog-gitter-im sends log records to the gitter.im API.
- logentries/logentries-monolog-handler sends log records to a logentries.com account.
- mead-steve/mono-snag sends log records to a bugsnag account.
- bartlett/monolog-callbackfilterhandler handler wrapper that filters records based on a list of callback functions.
- waza-ari/monolog-mysql allows to store log messages in a MySQL Table
- bartlett/monolog-growlhandler handler that send notifications to Growl on Mac OS X and Windows
- yegortokmakov/monolog-fluentd handler that send notifications to Fluentd / td-agent
- do3meli/monolog-cassandra Cassandra database handler based on the DataStax PHP-Driver
- understand/understand-monolog sends log records to the Understand.io.
- bradmkjr/monolog-wordpress allows to easily store log messages using WordPress $wpdb connection.
- mhcg/monolog-wp-cli handler to support logging via WP-CLI command-line interface for WordPress.
- websoftwares/monolog-zmq-handler sends your logs over a ZeroMQ (ØMQ) socket.
- max13/monobullet sends your logs over Pushbullet.
- phpnexus/cwh sends your logs to Amazon CloudWatch Logs
- spazzmarticus/monolog-batchstreamhandler pushes a batch of records to a stream at once. Also allows enveloping them with head and foot lines.
- femtopixel/monolog-csvhandler sends your logs to CSV files.
- merorafael/telegram-handler sends log records to Telegram chats
- ide2/telegram-handler sends log records to Telegram chats
- kozlice/monolog-kafka sends log records to Apache Kafka
- vbelozyorov/monolog-gearman-handler sends log records to Gearman for asynchronous recording
- nvanheuverzwijn/monolog-logdna sends log records to LogDNA
- viniciuswebdev/monolog-mattermost sends log records to Mattermost
- repejota/monolog-nats sends log records to NATS
- paragonie/monolog-quill Designed specifically for security event logging; pushes data to a Chronicle instance using the Quill library.
- shalvah/monolog-pusher sends log messages to Pusher Channels
- lefuturiste/monolog-discord-handler: Send logs to a Discord's webhook.
- karelwintersky/monolog-pdo-handler: Allows to store log messages in a MySQL Database via PDO handler.
- gmponos/monolog-slack: A package for sending logs to Slack channels using webhooks.
- fluchi/mailgun-handler: A Monolog handler that emails using Mailgun API
- bgalati/monolog-sentry-handler: A Monolog handler for Sentry PHP SDK v2 with breadcrumbs support.
- netflie / monolog-stackdriver-handler: A Monolog handler for Google Stackdriver Logging service with batching option.
- cmdisp/monolog-microsoft-teams: A Monolog handler for sending logs to a Microsoft Teams webhook.
- actived/microsoft-teams-notifier: A Monolog handler for sending logs to a Microsoft Teams webhook.
- itspire/monolog-loki: A Monolog handler for sending logs to Grafana Loki Instance.
- stanxdev/monolog-xmpp: Handler for sending logs via XMPP protocol (Jabber)
- logtail/monolog-logtail: sends log records to logtail.com.
- exileed/rocketchat-monolog: Handler for sending logs via RocketChat
- geangontijo/monolog-opensearch-handler A handler that send logs to opensearch
- open-telemetry/opentelemetry-logger-monolog A handler that send logs to OpenTelemetry
- noxdk/monolog-journal-handler A handler that send logs to the systemd journal
- streply/streply-monolog A Monolog handler for Streply PHP SDK
- bramus/monolog-colored-line-formatter extends the LineFormatter and adds ANSI coloring capabilities.
- vube/monolog-splunk-formatter extends LineFormatter and optimizes for Splunk log ingestion, specifically for context name=value data.
- lunatic666/monolog-bunyan-formatter formats your logs bunyan style
- superbalist/monolog-google-cloud-json-formatter formats your logs for Google Cloud Logging.
- serendipity_hq/monolog_colorful_html_line_formatter formats the log as HTML with coloring but following a short one-line per record model like the LineFormatter.
- tatocaster/monolog-json-unicode-pretty-formatter formats the log as PRETTY_PRINT JSON with unicode support and without escaping slashes.
- gfaugere/monolog-colored-line an alternative take on adding coloring capabilities, adding variables to control which parts of the line are colored.
- mimmi20/monolog-streamformatter an alternative line formatter which uses a symfony console table to write out extra data.
- hamidrezaniazi/pecs facilitates the usage of ECS (Elastic Common Schema) within PHP applications. It simplifies the transformation of data layers into the standard ECS schema and includes a bundled Monolog formatter.
- glopgar/monolog-timer-processor allows to time fragments of code by adding timer info to the message contexts.
- jk/monolog-request-header-processor injects HTTP request headers into the log
- egeniq/monolog-gdpr will help in relation to the security requirements under GDPR. These processors will replace data with their SHA-1 equivalent, allowing you still to search logs
- drupal/monolog Drupal 7/8 logging adapter
- theorchard/monolog-cascade lets you easily configure complex monolog handler sets using PHP arrays, yaml or json configs.
- bitrix-expert/monolog-adapter handler and formatter for Bitrix CMS.
- inpsyde/Wonolog Monolog-based logging package for WordPress.
- nikolaposa/monolog-factory - Factories that facilitate creation of Monolog logger objects. Suitable for using Monolog with container-interop.
- Pierre-Lannoy/wp-decalog - A WordPress plugin, based on Monolog, to capture, log and view events generated by a WordPress site or network.
- wshafer/psr11-monolog - PSR-11 factories for Monolog with support for channels. Works with most PSR-11 container services. Zend Expressive, Zend Framework, Slim supported.
- mimmi20/monolog-laminas-factory - PSR-11 factories for Monolog to work with Laminas Log.