PHPackages                             rudl/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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. rudl/logger

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

rudl/logger
===========

Rudl UDP cluster logging library (PSR4 compliant)

v0.8(8y ago)03.0kMITPHPPHP &gt;=5.4

Since Aug 8Pushed 8y ago1 watchersCompare

[ Source](https://github.com/dermatthes/rudl-client-php)[ Packagist](https://packagist.org/packages/rudl/logger)[ Docs](http://leuffen.de)[ RSS](/packages/rudl-logger/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (8)Used By (0)

rudl-client-php
===============

[](#rudl-client-php)

Cluster logging, request-tracking, accounting (UDP) client driver for PHP 5/7

Features
--------

[](#features)

This project is the client-side library. Check out **[Rudl - Open-Source Cluster Log Analyzer](https://github.com/dermatthes/rudl-frontend)**to see it in Action. It's Big-Data (up to 190.000 requests/second per Rudl-instance). It's cluster aware. And it's setup within **30 seconds** using zero config **docker container**.

- **Remote Logging**: Log hundreds of Servers, Projects, Microservices to one or more Rudl Endpoints
- **Fast &amp; Reliable**: Rudl Messages are being sent by UDP. This is ***fast (&lt;0.00001 sec/message)*** and reliable in case of Endpoint failure
- **Per Request Logging**: Rudl logs every single request including accounting information (CPU Time, Traffic consumed, Errors/Exceptions). Analyse performance issues or dos-attacks in an early stage.
- **Big Data**: Analyze what you want using MongoDB Aggregation Framework and fancy graphing
- **PSR4 &amp; Framework integration**: Rudl client integrates with your favorite Framework
- **Syslog aware**: Rudl is aware of the syslog remote logging protocol
- **Anonymizer**: Make your logs anonymous client-side

See our demos at **[Rudl - Open-Source Cluster Log Analyzer](https://github.com/dermatthes/rudl-frontend)**

Easy to use
-----------

[](#easy-to-use)

Install it using composer:

```
composer require rudl/logger

```

and setup the Request Logging:

```
RudlClient::Init("rudl.endpoint.ip")
    ->setSystemId("FancyApp")
    ->registerExceptionHandler()
    ->registerRequestLogging();
```

That's it. This example will:

- Make this Project findable under its name `FancyApp`
- Log CPU Usage, Total Script time, Memory usage, Request, Traffic (in/out) for each request
- Log Exceptions

### Request-Based resource logging

[](#request-based-resource-logging)

`RudlClient::registerRequestLogging()` will register a shutdown-function and log information about the request including:

- CPU Time consumed
- CPU System Type consumed
- Memory Peak usage
- Total script runtime
- Hostname and Request URI
- Client IP-Address

### Exception Catching

[](#exception-catching)

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

Every ~0 days

Total

7

Last Release

3205d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/878a384d056698a2400e4b7c8858db05a6caebb2c560e67151be36d46d58def0?d=identicon)[dermatthes](/maintainers/dermatthes)

---

Top Contributors

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

---

Tags

htmlHTML5tokenizerparsing

### Embed Badge

![Health badge](/badges/rudl-logger/health.svg)

```
[![Health](https://phpackages.com/badges/rudl-logger/health.svg)](https://phpackages.com/packages/rudl-logger)
```

###  Alternatives

[masterminds/html5

An HTML5 parser and serializer.

1.8k242.8M229](/packages/masterminds-html5)[league/html-to-markdown

An HTML-to-markdown conversion helper for PHP

1.9k28.6M199](/packages/league-html-to-markdown)[yethee/tiktoken

PHP version of tiktoken

1583.1M15](/packages/yethee-tiktoken)[ressio/pharse

Fastest PHP HTML Parser

8478.4k](/packages/ressio-pharse)[oscarotero/html-parser

Parse html strings to DOMDocument

165.0M1](/packages/oscarotero-html-parser)[jbroadway/slimdown

A simple regex-based Markdown parser.

357.7k](/packages/jbroadway-slimdown)

PHPackages © 2026

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