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

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

surda/logging
=============

Plug-in support logging for Tracy / Nette Framework

v2.0.0(3y ago)05MITPHPPHP ^8.0

Since Nov 2Pushed 3y ago1 watchersCompare

[ Source](https://github.com/surda/logging)[ Packagist](https://packagist.org/packages/surda/logging)[ Docs](http://surani.cz)[ RSS](/packages/surda-logging/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (8)Versions (3)Used By (0)

Logging
=======

[](#logging)

---

[![Licence](https://camo.githubusercontent.com/b5f3024fec1742e902786415bb54ca07ca9ec20afcfd7f4a2d0a879a8b364a41/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f73757264612f6c6f6767696e672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/surda/logging)[![Latest stable](https://camo.githubusercontent.com/5a6c467d9d88b99662689e1767b12e9633974755cf9a25ffa30a7d5137e35b93/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73757264612f6c6f6767696e672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/surda/logging)[![PHPStan](https://camo.githubusercontent.com/441b5874ce4df0a2defc892979c96c46889b69cb32119d04f0b48626349f8bc9/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048505374616e2d656e61626c65642d627269676874677265656e2e7376673f7374796c653d666c6174)](https://github.com/phpstan/phpstan)

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

[](#installation)

The recommended way to is via Composer:

```
composer require surda/logging

```

Guzzle Logger
-------------

[](#guzzle-logger)

```
$stack = \GuzzleHttp\HandlerStack::create();
$stack->push(
    \GuzzleHttp\Middleware::log(
        new \Surda\Logging\TracyGuzzleLogger(),
        new \GuzzleHttp\MessageFormatter('{request} - {response}')
    )
);

$client = new \GuzzleHttp\Client([
    'handler' => $stack,
    ...
]);
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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 ~152 days

Total

2

Last Release

1141d ago

Major Versions

v1.0.0 → v2.0.02023-04-03

### Community

Maintainers

![](https://www.gravatar.com/avatar/e8d497ef90ca9ed180419b5ab29857be10e88d0614cf01c94b0f2ab5094de45d?d=identicon)[surda](/maintainers/surda)

---

Top Contributors

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

---

Tags

loggingnette

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[monolog/monolog

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

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

PHP SDK for Sentry (http://sentry.io)

1.9k227.1M273](/packages/sentry-sentry)[rollbar/rollbar

Monitors errors and exceptions and reports them to Rollbar

33723.7M82](/packages/rollbar-rollbar)[bugsnag/bugsnag-psr-logger

Official Bugsnag PHP PSR Logger.

32132.5M2](/packages/bugsnag-bugsnag-psr-logger)[open-telemetry/sdk

SDK for OpenTelemetry PHP.

2222.9M248](/packages/open-telemetry-sdk)[open-telemetry/api

API for OpenTelemetry PHP.

1833.0M214](/packages/open-telemetry-api)

PHPackages © 2026

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