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

ActiveSymfony-bundle

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 1w 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 37% 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

4687d 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

[elgg/elgg

Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.

1.7k15.7k5](/packages/elgg-elgg)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

44643.1k1](/packages/pressbooks-pressbooks)[drevops/git-artifact

Package artifact from your codebase in CI and push it to a separate git repo.

2133.2k](/packages/drevops-git-artifact)[doppar/framework

The Doppar Framework

366.7k8](/packages/doppar-framework)

PHPackages © 2026

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