PHPackages                             crispcode/laravel-influx-db - 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. crispcode/laravel-influx-db

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

crispcode/laravel-influx-db
===========================

Logging to influx db for Laravel

0.0.3(3y ago)01.5kMITPHPPHP ^8.2

Since Feb 16Pushed 3y ago1 watchersCompare

[ Source](https://github.com/CrispCodeNL/Laravel-Influx-DB)[ Packagist](https://packagist.org/packages/crispcode/laravel-influx-db)[ RSS](/packages/crispcode-laravel-influx-db/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependencies (6)Versions (4)Used By (0)

[![coverage](https://camo.githubusercontent.com/88a5134c0bb9ba866db349f6f6ee0e73581ad40c42fd72d9d4d49efe70a0436d/68747470733a2f2f6769746c61622e636f6d2f6372697370636f64652f7061636b616765732f6c61726176656c2d696e666c75782d64622f6261646765732f6d61737465722f636f7665726167652e737667)](https://camo.githubusercontent.com/88a5134c0bb9ba866db349f6f6ee0e73581ad40c42fd72d9d4d49efe70a0436d/68747470733a2f2f6769746c61622e636f6d2f6372697370636f64652f7061636b616765732f6c61726176656c2d696e666c75782d64622f6261646765732f6d61737465722f636f7665726167652e737667)

Quickstart
----------

[](#quickstart)

1. Install the package

```
composer require crispcode/laravel-influx-db
```

2. Extend your environment file

```
INFLUXDB_SERVER="http://your.influx.server:8086"
INFLUXDB_TOKEN="RatherLongStringGoesHere"
INFLUXDB_LOGS_ORGANIZATION="CrispCode"
INFLUXDB_LOGS_BUCKET="laravel-logs"

```

3. Log to your heart's content

```
Log::channel('influxdb')->info('Hello from Laravel!');
```

Configuration Options
---------------------

[](#configuration-options)

Environment KeyConfiguration KeyDefaultDescription`INFLUXDB_SERVER``influxdb.server`(Required) The URL of the InfluxDB server to write logs to.`INFLUXDB_TOKEN``influxdb.token`(Required) The access token for your specified server.`INFLUXDB_BUCKET``influxdb.bucket`Defines to which buckets information should be written.`INFLUXDB_ORGANIZATION``influxdb.organization`Defines to which organization information should be written.`INFLUXDB_UDP_PORT``influxdb.upd_port``8089`Which port should be used for the UDP writer. If you don't use this writer, it may be left empty.`influxdb.client_opts``[]`Any extra configuration you'd like to pass to the Guzzle HTTP client, see the [Guzzle docs](https://docs.guzzlephp.org/en/stable/request-options.html) for available options.### Logging Configuration

[](#logging-configuration)

Environment KeyConfiguration KeyDefaultDescription`INFLUXDB_LOGS_BUCKET``logging.channels.influxdb.with.bucket``config('influxdb.bucket')`The bucket to which logs should be written.`INFLUXDB_LOGS_MEASUREMENT``logging.channels.influxdb.with.measurement``'logs'`The measurement stream to which logs should be written.`INFLUXDB_LOGS_ORGANIZATION``logging.channels.influxdb.with.organization``config('influxdb.organization')`The organization to which logs should be written.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 88.2% 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 ~17 days

Total

3

Last Release

1198d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/56104713908587226dde04c31221f0050ca2fa470c43986197a5ce88299c6a8c?d=identicon)[crispcode](/maintainers/crispcode)

---

Top Contributors

[![CerebralFart](https://avatars.githubusercontent.com/u/11133931?v=4)](https://github.com/CerebralFart "CerebralFart (30 commits)")[![mikeslinkman](https://avatars.githubusercontent.com/u/3715598?v=4)](https://github.com/mikeslinkman "mikeslinkman (4 commits)")

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/crispcode-laravel-influx-db/health.svg)

```
[![Health](https://phpackages.com/badges/crispcode-laravel-influx-db/health.svg)](https://phpackages.com/packages/crispcode-laravel-influx-db)
```

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B11.5k](/packages/psr-log)[open-telemetry/api

API for OpenTelemetry PHP.

1941.5M275](/packages/open-telemetry-api)[open-telemetry/sdk

SDK for OpenTelemetry PHP.

2328.5M342](/packages/open-telemetry-sdk)[tray-labs/laravel-influxdb

A service made to provide, set up and use the library from influxdata influxphp in Laravel.

73171.7k](/packages/tray-labs-laravel-influxdb)

PHPackages © 2026

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