PHPackages                             datana-gmbh/logz-io-handler - 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. datana-gmbh/logz-io-handler

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

datana-gmbh/logz-io-handler
===========================

A pre configured handler for logz.io

1.7.0(2y ago)1425.0k[1 issues](https://github.com/datana-gmbh/logz-io-handler/issues)MITPHPPHP &gt;=8.1CI passing

Since Mar 31Pushed 2mo agoCompare

[ Source](https://github.com/datana-gmbh/logz-io-handler)[ Packagist](https://packagist.org/packages/datana-gmbh/logz-io-handler)[ RSS](/packages/datana-gmbh-logz-io-handler/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (7)Versions (13)Used By (0)

logz-io-handler
===============

[](#logz-io-handler)

Please define the following in your `config/prod/monolog.yaml` file:

```
monolog:
    handlers:
        main:
            type: fingers_crossed
            action_level: error
            handler: nested
            excluded_http_codes: [404, 405]
            buffer_size: 50 # How many messages should be saved? Prevent memory leaks
        nested:
            type: stream
            path: php://stderr
            level: debug
        console:
            type: console
            process_psr_3_messages: false
            channels: ["!event", "!doctrine"]
+       logz.io:
+           type: fingers_crossed
+           action_level: error
+           handler: logz.io_handler
+           excluded_http_codes: [404, 405]
+           buffer_size: 50 # How many messages should be saved? Prevent memory leaks
+       logz.io_handler:
+           type: service
+           id: 'Inpsyde\LogzIoMonolog\Handler\LogzIoHandler'
```

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 67.9% 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 ~68 days

Recently: every ~83 days

Total

10

Last Release

889d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4b0aaaa249bfef22b586e459b3fd8687e58644fb6223ffe8e4e709ac05be704d?d=identicon)[OskarStark](/maintainers/OskarStark)

---

Top Contributors

[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (55 commits)")[![OskarStark](https://avatars.githubusercontent.com/u/995707?v=4)](https://github.com/OskarStark "OskarStark (26 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/datana-gmbh-logz-io-handler/health.svg)

```
[![Health](https://phpackages.com/badges/datana-gmbh-logz-io-handler/health.svg)](https://phpackages.com/packages/datana-gmbh-logz-io-handler)
```

###  Alternatives

[symfony/monolog-bridge

Provides integration for Monolog with various Symfony components

2.6k189.7M258](/packages/symfony-monolog-bridge)[rollbar/rollbar

Monitors errors and exceptions and reports them to Rollbar

33723.7M82](/packages/rollbar-rollbar)[illuminate/log

The Illuminate Log package.

6224.3M518](/packages/illuminate-log)[honeybadger-io/honeybadger-php

Honeybadger PHP library

381.5M4](/packages/honeybadger-io-honeybadger-php)[graycore/magento2-stdlogging

A Magento 2 module that changes all logging handlers to stdout

2382.6k](/packages/graycore-magento2-stdlogging)[zlodes/prometheus-client

The Prometheus Metrics client for PHP

1842.6k2](/packages/zlodes-prometheus-client)

PHPackages © 2026

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