PHP Package: logtail/monolog-logtail

PHP Monolog extension for Logtail integration with advanced log management features

Current Version: 3.3.0
Last Updated: 2025-01-29
PHP Requirement: >=8.1
Dependencies:
seldaek/monolog
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Monolog-Logtail library provides seamless integration between Monolog and Logtail for efficient log aggregation, monitoring, and analysis. It enhances log management capabilities by offering structured logging, log tailing, real-time log streaming, and log visualization tools. Empower your PHP applications with centralized log management and gain insights into application performance and errors. With Monolog-Logtail, streamline your logging workflow and enhance troubleshooting processes.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.3.0

Download Download v3.3.0

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/logtail/monolog-logtail/3.3.0/loader.php';
require_once 'libs/seldaek/monolog/3.9.0/loader.php';

use Monolog\Logger;
use Monolog\Handler\LogtailHandler;

$obj = new Logger();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.