PHPackages                             griffolion/psr-dot-notation-processor - 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. griffolion/psr-dot-notation-processor

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

griffolion/psr-dot-notation-processor
=====================================

Allows dot notation when using curly bracket interpolation in Monolog log messages.

v2.0.0(2y ago)04MITPHPPHP &gt;=7.2

Since May 22Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Griffolion/psr-dot-notation-processor)[ Packagist](https://packagist.org/packages/griffolion/psr-dot-notation-processor)[ RSS](/packages/griffolion-psr-dot-notation-processor/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (3)Used By (0)

PSR-3 Dot Notation Processor
============================

[](#psr-3-dot-notation-processor)

Introduction
------------

[](#introduction)

This package allows the use of array dot notation when using PSR-3 log message interpolation within Monolog. When using `PsrLogMessageProcessor` that ships as standard with Monolog, only the first level of `$record['context']` is parsed into the template. This processor allows you to access deeper levels of the `context` array to enrich your log messages with meaningful data that may be buried.

Example:

`$logger->info('Call time took {call_stats.transfer_time}ms.', ['call_stats' => ['transfer_time' => 587]]);`

Will translate to:

`Call time took 587ms.`

Requirements
------------

[](#requirements)

- Monolog 2

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

[](#installation)

`composer require griffolion/psr-dot-notation-processor`

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

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

Unknown

Total

1

Last Release

1085d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3bd9b1ab550a46e8e401c1e82c23388e51800ab2d5a1360e703297569bccd6d4?d=identicon)[Griffolion](/maintainers/Griffolion)

---

Top Contributors

[![theandyhall](https://avatars.githubusercontent.com/u/8260059?v=4)](https://github.com/theandyhall "theandyhall (8 commits)")

---

Tags

logpsr-3logging

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/griffolion-psr-dot-notation-processor/health.svg)

```
[![Health](https://phpackages.com/badges/griffolion-psr-dot-notation-processor/health.svg)](https://phpackages.com/packages/griffolion-psr-dot-notation-processor)
```

###  Alternatives

[monolog/monolog

Sends your logs to files, sockets, inboxes, databases and various web services

21.4k964.9M7.0k](/packages/monolog-monolog)[analog/analog

Fast, flexible, easy PSR-3-compatible PHP logging package with dozens of handlers.

3451.5M24](/packages/analog-analog)[inpsyde/wonolog

Monolog-based logging package for WordPress.

183617.9k7](/packages/inpsyde-wonolog)[apix/log

Minimalist, thin and fast PSR-3 compliant (multi-bucket) logger.

511.0M18](/packages/apix-log)[nvanheuverzwijn/monolog-logdna

Mezmo/Logdna handler for Monolog

21231.3k2](/packages/nvanheuverzwijn-monolog-logdna)[elastic/ecs-logging

Format and enrich your log files in the elastic common schema

21907.5k1](/packages/elastic-ecs-logging)

PHPackages © 2026

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