PHP Package: hedii/laravel-gelf-logger

Laravel GELF Logger is a PHP library for logging to Graylog Extended Log Format in Laravel applications efficiently.

Current Version: 10.0.0
Last Updated: 2025-02-25
PHP Requirement: ^8.2
Dependencies:
graylog2/gelf-php
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Laravel GELF Logger provides seamless integration for Laravel projects to send logs to Graylog servers in the extended GELF format. It enhances log management and analysis capabilities in Laravel applications. The library ensures structured and formatted log entries, offering insights and traceability for debugging and monitoring purposes.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 10.1.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/hedii/laravel-gelf-logger/10.1.0/loader.php';
require_once 'libs/graylog2/gelf-php/{lib_version}/loader.php';

use Hedii\LaravelGelfLogger\GelfLogger;

$obj = new GelfLogger();
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.