PHPackages                             chameleon/laravel-gelf - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. chameleon/laravel-gelf

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

chameleon/laravel-gelf
======================

Laravel Gelf

0.3.2(3y ago)22.4k↓33.3%3[1 PRs](https://github.com/The-Hasanov/laravel-gelf/pulls)PHPPHP &gt;=7.1.0

Since Dec 28Pushed 3y ago1 watchersCompare

[ Source](https://github.com/The-Hasanov/laravel-gelf)[ Packagist](https://packagist.org/packages/chameleon/laravel-gelf)[ RSS](/packages/chameleon-laravel-gelf/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (3)Versions (6)Used By (0)

Laravel Gelf driver
===================

[](#laravel-gelf-driver)

laravel-gelf graylog2/gelf-php implementation for laravel framework 5.7+

### Installation

[](#installation)

composer install

```
$ composer require chameleon/laravel-gelf
```

### Config

[](#config)

`config/logging.php`

```
 'graylog' => [
     'driver'     => 'laravel-gelf',
     'level'      => 'debug',
     'facility'   => 'laravel',
    //'formatter' => \Monolog\Formatter\GelfMessageFormatter::class,
     'connection' => [
         'type' => 'udp', // or tcp
         'host' => '127.0.0.1'
         'port' => 12201
     ],
     //additional fields
     'additional' => [
         'from_php' => true
     ]
 ],
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~311 days

Total

5

Last Release

1454d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4112d7bed6b2a136e3ec8eeacdb59af403fef71e3765d375a606ad49d54fd6aa?d=identicon)[thehasanov](/maintainers/thehasanov)

---

Top Contributors

[![The-Hasanov](https://avatars.githubusercontent.com/u/8019071?v=4)](https://github.com/The-Hasanov "The-Hasanov (11 commits)")

---

Tags

loglaravelgraylog2grayloglaravel-gelfgelf drivergraylog driver

### Embed Badge

![Health badge](/badges/chameleon-laravel-gelf/health.svg)

```
[![Health](https://phpackages.com/badges/chameleon-laravel-gelf/health.svg)](https://phpackages.com/packages/chameleon-laravel-gelf)
```

###  Alternatives

[hedii/laravel-gelf-logger

A Laravel package to send logs to a gelf compatible backend like graylog

1333.4M10](/packages/hedii-laravel-gelf-logger)[yadahan/laravel-authentication-log

Laravel Authentication Log provides authentication logger and notification for Laravel.

416632.8k5](/packages/yadahan-laravel-authentication-log)[ytake/laravel-fluent-logger

fluent logger for laravel and lumen

63541.6k1](/packages/ytake-laravel-fluent-logger)[kitloong/laravel-app-logger

Laravel log for your application

101.2M8](/packages/kitloong-laravel-app-logger)[yzen.dev/mono-processor

This Processor will display in the logs bread crumbs by which you can more quickly and accurately identify the cause of the error.

116.1k](/packages/yzendev-mono-processor)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
