PHP Package: seldaek/monolog

Monolog is a powerful logging library for PHP applications, enabling easy log management and extensive customization.

Current Version: 3.8.1
Last Updated: 2024-12-05
PHP Requirement: >=8.1
Dependencies:
psr/log
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Monolog is a versatile and feature-rich PHP logging library that provides a flexible and efficient way to manage logs in your applications. With Monolog, you can easily handle log records, define custom handlers, and configure log channels to suit your needs.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.9.0

Clock Coming soon

Previous Versions

Code Integration Example

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

<?php
// Example from PHPlibraries.com
require_once 'libs/seldaek/monolog/3.9.0/loader.php';
require_once 'libs/php-fig/log/3.0.2/loader.php';

use Monolog\Logger;
use Monolog\Handler\StreamHandler;

$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.