PHPackages                             muchrm/laravel-influxlog - 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. muchrm/laravel-influxlog

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

muchrm/laravel-influxlog
========================

Log your Laravel application errors to InfluxDB

0.9.2(7y ago)1243MITPHPPHP &gt;=5.6.0

Since Aug 17Pushed 7y ago1 watchersCompare

[ Source](https://github.com/muchrm/laravel-influxlog)[ Packagist](https://packagist.org/packages/muchrm/laravel-influxlog)[ RSS](/packages/muchrm-laravel-influxlog/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (8)Versions (4)Used By (0)

\##Notic This is recieve inspiration from [swisnl/laravel-graylog2](https://github.com/swisnl/laravel-graylog2)i'm using it on my project Don't use me yet.

Installation
------------

[](#installation)

1. Run composer require for this package: `composer require muchrm/laravel-influxlog`
2. Add the service provider to app.php if you don't like auto discovery: `Muchrm\InfluxLog\InfluxLogServiceProvider`
3. Run `php artisan vendor:publish` to publish the config file to ./config/influxlog.php.
4. Configure it to your liking
5. Done!

Logging exceptions
------------------

[](#logging-exceptions)

The default settings enable logging of exceptions. It will add the HTTP request to the GELF message, but it will not add POST values. Check the graylog2.log-requests config to enable or disable this behavior.

Message Processors
------------------

[](#message-processors)

Processors add extra functionality to the handler. You can register processors by modifying the AppServiceProvider:

```
public function register()
{
    //...
    InfluxLog::registerProcessor(new \Muchrm\InfluxLog\Processor\ExceptionProcessor());
    InfluxLog::registerProcessor(new \Muchrm\InfluxLog\Processor\RequestProcessor());
    InfluxLog::registerProcessor(new MyCustomProcessor());
    //...
}
```

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

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 ~6 days

Total

3

Last Release

2862d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1694992?v=4)[Pongpanot Chuaysakun](/maintainers/muchrm)[@muchrm](https://github.com/muchrm)

---

Top Contributors

[![muchrm](https://avatars.githubusercontent.com/u/1694992?v=4)](https://github.com/muchrm "muchrm (10 commits)")

---

Tags

laravellogginginfluxdb

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/muchrm-laravel-influxlog/health.svg)

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

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.6k38.2k](/packages/matomo-matomo)[illuminate/log

The Illuminate Log package.

6225.0M603](/packages/illuminate-log)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[naoray/laravel-github-monolog

Log driver to store logs as github issues

10822.5k](/packages/naoray-laravel-github-monolog)[onlime/laravel-http-client-global-logger

A global logger for the Laravel HTTP Client

2037.5k](/packages/onlime-laravel-http-client-global-logger)

PHPackages © 2026

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