PHPackages                             axleus/axleus-log - 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. axleus/axleus-log

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

axleus/axleus-log
=================

Axleus Logging component

0.1.2(2mo ago)2446[3 issues](https://github.com/axleus/axleus-log/issues)[3 PRs](https://github.com/axleus/axleus-log/pulls)BSD-3-ClausePHPPHP ~8.4.1 || ~8.5.0 || 8.6.0-devCI passing

Since Apr 1Pushed 2w ago2 watchersCompare

[ Source](https://github.com/axleus/axleus-log)[ Packagist](https://packagist.org/packages/axleus/axleus-log)[ Docs](https://github.com/orgs/axleus/discussions)[ GitHub Sponsors](https://github.com/AXLEUS)[ RSS](/packages/axleus-axleus-log/feed)WikiDiscussions 0.1.x Synced today

READMEChangelog (3)Dependencies (29)Versions (14)Used By (0)

axleus/axleus-log
=================

[](#axleusaxleus-log)

[![PHP Version](https://camo.githubusercontent.com/2e22081661fa4f65bf433e6bf61d8ad05780f9d46be6d75c3e8a4ac349e2e9a5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f61786c6575732f61786c6575732d6c6f67)](https://packagist.org/packages/axleus/axleus-log)[![Latest Stable Version](https://camo.githubusercontent.com/8814f0476504ebab7b1995d8ce8a0c210e4d455e8b4ca6e1e12de38778284a47/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f61786c6575732f61786c6575732d6c6f67)](https://packagist.org/packages/axleus/axleus-log)[![License](https://camo.githubusercontent.com/70baaa33d74b0dab387df3844448de7114aa67a1f815fe89d5fb216ccf2fa272/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f61786c6575732f61786c6575732d6c6f67)](LICENSE)[![Continuous Integration](https://github.com/axleus/axleus-log/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/axleus/axleus-log/actions/workflows/continuous-integration.yml)[![Coverage Status](https://camo.githubusercontent.com/931453629902258e5f767904bcef2c8d225d3fddeb47ecfc9b9fae162f375c9a/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f61786c6575732f61786c6575732d6c6f672f62616467652e7376673f6272616e63683d302e312e78)](https://coveralls.io/github/axleus/axleus-log?branch=0.1.x)

This package provides logging via Monolog for Mezzio (PSR-15) applications. It provides log handlers backed by `laminas-db` or `php-db/phpdb` for writing logs to a database table. It also provides a PSR-14 event listener and a Laminas EventManager bridge listener for error logging.

Documentation
-------------

[](#documentation)

- [Installation](docs/installation.md)
- [Configuration Reference](docs/configuration.md)
- [Middleware](docs/middleware.md)
- [Handlers](docs/handlers.md)
- [Processors](docs/processors.md)
- [Event-Driven Logging (PSR-14)](docs/events.md)
- [Error Logging](docs/error-logging.md)

Quick Start
-----------

[](#quick-start)

Install the package and let `laminas-component-installer` inject the `ConfigProvider`:

```
composer require axleus/axleus-log
```

Import the database schema and add the package's `ConfigProvider` to your config aggregator if not done automatically. Then pipe the middleware into your application pipeline:

```
// config/pipeline.php
$app->pipe(\Axleus\Log\Middleware\MonologMiddleware::class);
```

Enable optional features via config:

```
// config/autoload/log.local.php
use Psr\Log\LoggerInterface;

return [
    LoggerInterface::class => [
        'log_errors'     => true,  // auto-log uncaught exceptions
        'process_uuid'   => true,  // add UUID v7 to every record
        'channel'        => 'app', // LogChannel enum value
    ],
];
```

See the [full documentation](docs/) for details on all options, handlers, processors, and event-driven logging.

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance72

Regular maintenance activity

Popularity18

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83.5% 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 ~4 days

Total

5

Last Release

49d ago

PHP version history (2 changes)0.0.x-devPHP ~8.4.0 || ~8.5.0 || ~8.6.0-dev

0.1.0PHP ~8.4.1 || ~8.5.0 || 8.6.0-dev

### Community

Maintainers

![](https://www.gravatar.com/avatar/4d6eed33e61a99f1147789696252f4523130b5035a19eb07e034a7407fd44548?d=identicon)[tyrsson](/maintainers/tyrsson)

---

Top Contributors

[![tyrsson](https://avatars.githubusercontent.com/u/1237487?v=4)](https://github.com/tyrsson "tyrsson (91 commits)")[![renovate[bot]](https://avatars.githubusercontent.com/in/2740?v=4)](https://github.com/renovate[bot] "renovate[bot] (18 commits)")

---

Tags

psr-3laminasmezziomonologaxleus

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Psalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/axleus-axleus-log/health.svg)

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M20.1k](/packages/laravel-framework)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M577](/packages/shopware-core)[inpsyde/wonolog

Monolog-based logging package for WordPress.

184637.3k7](/packages/inpsyde-wonolog)[naoray/laravel-github-monolog

Log driver to store logs as github issues

10823.1k](/packages/naoray-laravel-github-monolog)[enlitepro/enlite-monolog

Monolog integration to Laminas

18659.0k](/packages/enlitepro-enlite-monolog)[alexandre-daubois/monolog-processor-collection

A collection of Monolog processors

1317.1k](/packages/alexandre-daubois-monolog-processor-collection)

PHPackages © 2026

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