PHP Package: hedii/laravel-gelf-logger
Laravel GELF Logger is a PHP library for logging to Graylog Extended Log Format in Laravel applications efficiently.
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.
Download Latest Version: 10.1.0

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.