PHPackages                             niisan-tokyo/fluent-psr-logger - 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. niisan-tokyo/fluent-psr-logger

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

niisan-tokyo/fluent-psr-logger
==============================

The logger using fluentd implemented PSR-3 logger interface.

0.2.x-dev(10y ago)08MITPHP

Since May 2Pushed 10y agoCompare

[ Source](https://github.com/niisan-tokyo/fluent-psr-log)[ Packagist](https://packagist.org/packages/niisan-tokyo/fluent-psr-logger)[ RSS](/packages/niisan-tokyo-fluent-psr-logger/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

This is a fluent logger implemented PSR-3 logger interface.

Usage
=====

[](#usage)

This package is managed by composer. You can install this by following command.

```
composer require niisan-tokyo/fluent-psr-logger

```

For example, you can use this logger:

```
$logger = new NiisanTokyo\FluentPsrLogger\Logger();
$logger->info('', ['fruit' => 'apple', 'pet' => 'dog']);
$logger->debug('this is debug log');

```

And then you can get the output log:

```
2016-05-02T13:54:43+00:00	info	{"fruit":"apple","pet":"dog"}
2016-05-02T13:54:43+00:00	debug	{"message":"this is debug log"}

```

The tag of fluent log is represented as the log level.

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

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

Total

2

Last Release

3708d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/08f151b9c393859c06a9e1a1655392f43abbd9de6bd3533813728d3588e17cd6?d=identicon)[niisan-tokyo](/maintainers/niisan-tokyo)

---

Tags

loggingfluentdprs

### Embed Badge

![Health badge](/badges/niisan-tokyo-fluent-psr-logger/health.svg)

```
[![Health](https://phpackages.com/badges/niisan-tokyo-fluent-psr-logger/health.svg)](https://phpackages.com/packages/niisan-tokyo-fluent-psr-logger)
```

###  Alternatives

[sentry/sentry

PHP SDK for Sentry (http://sentry.io)

1.9k240.0M314](/packages/sentry-sentry)[rollbar/rollbar

Monitors errors and exceptions and reports them to Rollbar

33724.4M84](/packages/rollbar-rollbar)[nelmio/js-logger-bundle

Adds logging of JS errors in your Symfony application

1761.2M](/packages/nelmio-js-logger-bundle)[open-telemetry/api

API for OpenTelemetry PHP.

1938.5M261](/packages/open-telemetry-api)[open-telemetry/sdk

SDK for OpenTelemetry PHP.

2326.5M315](/packages/open-telemetry-sdk)[dakatsuka/monolog-fluent-handler

Fluentd Handler for Monolog

11480.8k](/packages/dakatsuka-monolog-fluent-handler)

PHPackages © 2026

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