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(4y ago)22.5k↓39.6%3[1 PRs](https://github.com/The-Hasanov/laravel-gelf/pulls)PHPPHP &gt;=7.1.0

Since Dec 28Pushed 4y 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 today

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

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity50

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

1500d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7329990?v=4)[thehasanov](/maintainers/thehasanov)[@TheHasanov](https://github.com/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

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[sentry/sentry-laravel

Laravel SDK for Sentry (https://sentry.io)

1.3k127.1M203](/packages/sentry-sentry-laravel)[hedii/laravel-gelf-logger

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

1363.6M12](/packages/hedii-laravel-gelf-logger)[illuminate/log

The Illuminate Log package.

6225.3M623](/packages/illuminate-log)[naoray/laravel-github-monolog

Log driver to store logs as github issues

10823.1k](/packages/naoray-laravel-github-monolog)[spatie/laravel-flare

Send Laravel errors to Flare

111.4M7](/packages/spatie-laravel-flare)

PHPackages © 2026

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