PHPackages                             skowronline/user-processor-bundle - 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. skowronline/user-processor-bundle

ActiveSymfony-bundle[Logging &amp; Monitoring](/categories/logging)

skowronline/user-processor-bundle
=================================

Monolog process which adds user to log message

v1.0.0(9y ago)016MITPHPPHP ^5.5.9|^7.0.0

Since May 21Pushed 9y ago1 watchersCompare

[ Source](https://github.com/skowron-line/UserProcessorBundle)[ Packagist](https://packagist.org/packages/skowronline/user-processor-bundle)[ RSS](/packages/skowronline-user-processor-bundle/feed)WikiDiscussions master Synced 1mo ago

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

UserProcessorBundle
===================

[](#userprocessorbundle)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/3ea986631feccbb52b3bcb0122786171871e37b16fa6999204385beb0d3a07ee/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f736b6f77726f6e2d6c696e652f5573657250726f636573736f7242756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/skowron-line/UserProcessorBundle/?branch=master) [![Build Status](https://camo.githubusercontent.com/7bdb07658479cfcfba1fe92c0d753cc2e0eb5be150609ef9268fdaa56d0c061b/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f736b6f77726f6e2d6c696e652f5573657250726f636573736f7242756e646c652f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/skowron-line/UserProcessorBundle/build-status/master) [![Code Coverage](https://camo.githubusercontent.com/d3b0d02f8a981ed066ac61da46881896fe20677416aaaf68025afe07b25cc65b/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f736b6f77726f6e2d6c696e652f5573657250726f636573736f7242756e646c652f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/skowron-line/UserProcessorBundle/?branch=master)[![SensioLabsInsight](https://camo.githubusercontent.com/fc5bb4e0df2eebb89fb68ff5342989da6ca0b175f37ca5569674067357d9cde2/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f34626637636138382d623030632d346234362d613032302d3830376335396138346531332f6d696e692e706e67)](https://insight.sensiolabs.com/projects/4bf7ca88-b00c-4b46-a020-807c59a84e13)

Install
=======

[](#install)

`composer require skowronline/user-processor-bundle`

```
# config.yml
imports:
    ...
    - { resource: "@SkowronlineUserProcessorBundle/Resources/config/services.yml" }
```

Usage
=====

[](#usage)

```
custom.stream.handler:
    class: Monolog\Handler\StreamHandler
    arguments: ["%kernel.logs_dir%/custom.log"]
    public: false
custom.logger:
    class: Symfony\Bridge\Monolog\Logger
    arguments: [symfony, ['@custom.stream.handler'], ['@skowronline.monolog.user.processor']]
```

```
$this->get('custom.logger')->info('Custom message');
```

```
[2016-05-21 10:26:47] symfony.INFO: Custom message [] {"user":"anon."}

```

Global usage
============

[](#global-usage)

You have to override service definition and add `monolog.processor` tag

```
skowronline.monolog.user.processor.global:
	parent: skowronline.monolog.user.processor
	tags:
	  - { name: monolog.processor }
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

3466d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/648572?v=4)[K.Skaradziński](/maintainers/skowron-line)[@skowron-line](https://github.com/skowron-line)

---

Top Contributors

[![skowron-line](https://avatars.githubusercontent.com/u/648572?v=4)](https://github.com/skowron-line "skowron-line (18 commits)")

---

Tags

usermonologprocessor

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/skowronline-user-processor-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/skowronline-user-processor-bundle/health.svg)](https://phpackages.com/packages/skowronline-user-processor-bundle)
```

###  Alternatives

[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[egeniq/monolog-gdpr

Some Monolog processors that will help in relation to the security requirements under GDPR.

528.7k](/packages/egeniq-monolog-gdpr)[glopgar/monolog-timer-processor

A processor for Monolog that adds timing info to the message contexts

1570.6k](/packages/glopgar-monolog-timer-processor)[alexandre-daubois/monolog-processor-collection

A collection of Monolog processors

1317.1k](/packages/alexandre-daubois-monolog-processor-collection)[yzen.dev/mono-processor

This Processor will display in the logs bread crumbs by which you can more quickly and accurately identify the cause of the error.

116.1k](/packages/yzendev-mono-processor)

PHPackages © 2026

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