PHPackages                             icans/logging-component - 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. icans/logging-component

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

icans/logging-component
=======================

ICANS Logging Component

2.1.x-dev(12y ago)5412[1 issues](https://github.com/ICANS/IcansLoggingComponent/issues)1PHPPHP &gt;=5.3.3

Since Jul 18Pushed 12y ago14 watchersCompare

[ Source](https://github.com/ICANS/IcansLoggingComponent)[ Packagist](https://packagist.org/packages/icans/logging-component)[ RSS](/packages/icans-logging-component/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (3)Versions (3)Used By (1)

IcansLoggingComponent
=====================

[](#icansloggingcomponent)

A PHP Component providing:

- a Flume-Handler to write to a flume-node
- a FilterInterface to write filters which can be added to the handler and filter the data
- a PostProcessorInterface to write a postprocessor which can enrich the logged data
- a Timer to measure execution times
- a ProgressInformationInterface with default implementation to have progress messages in a CLI Command

Installation: You can use composer to install the component from packagist: icans/logging-component

Usages:

ThriftFlumeHandler:

setFormatter($formatter); //the processor has to implement the ICANS\\Component\\IcansLoggingComponent\\Api\\V1\\PostProcessorInterface $processor = new myPostProcessor(); $thriftFlumeProcessingHandler-&gt;pushProcessor($processor); $emptyFilter = new ICANS\\Component\\IcansLoggingComponent\\Filter\\EmptyFilter(); $thriftFlumeProcessingHandler-&gt;addFilter($emptyFilter); $recordData = array('testdata' =&gt; 'test'); //will write to the flume node $thriftFlumeProcessingHandler-&gt;write($recordData); RabbitMqHandler:

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 68.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 ~0 days

Total

2

Last Release

4733d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a22f368f3ec1991dc7e339d8fc80fd2e6c3e7fbc80cf2f0e1068338c7f358887?d=identicon)[martin.kuster](/maintainers/martin.kuster)

---

Top Contributors

[![mikelohmann](https://avatars.githubusercontent.com/u/600423?v=4)](https://github.com/mikelohmann "mikelohmann (15 commits)")[![maltestenzel](https://avatars.githubusercontent.com/u/584697?v=4)](https://github.com/maltestenzel "maltestenzel (3 commits)")[![olleyyy](https://avatars.githubusercontent.com/u/1162032?v=4)](https://github.com/olleyyy "olleyyy (3 commits)")[![buschjost](https://avatars.githubusercontent.com/u/352767?v=4)](https://github.com/buschjost "buschjost (1 commits)")

### Embed Badge

![Health badge](/badges/icans-logging-component/health.svg)

```
[![Health](https://phpackages.com/badges/icans-logging-component/health.svg)](https://phpackages.com/packages/icans-logging-component)
```

###  Alternatives

[symfony/monolog-bridge

Provides integration for Monolog with various Symfony components

2.6k203.8M356](/packages/symfony-monolog-bridge)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[illuminate/log

The Illuminate Log package.

6225.3M623](/packages/illuminate-log)[spatie/flare-client-php

Send PHP errors to Flare

177161.5M22](/packages/spatie-flare-client-php)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[graycore/magento2-stdlogging

A Magento 2 module that changes all logging handlers to stdout

2587.9k](/packages/graycore-magento2-stdlogging)

PHPackages © 2026

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