PHPackages                             tredmann/monolog-pdo-sqlite - 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. tredmann/monolog-pdo-sqlite

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

tredmann/monolog-pdo-sqlite
===========================

1.0.0(1y ago)03PHP

Since Apr 14Pushed 1y ago1 watchersCompare

[ Source](https://github.com/tredmann/monolog-pdo-sqlite)[ Packagist](https://packagist.org/packages/tredmann/monolog-pdo-sqlite)[ RSS](/packages/tredmann-monolog-pdo-sqlite/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

Monolog PDO SQLite Handler
==========================

[](#monolog-pdo-sqlite-handler)

The handler is intented for local development, so that developers have an easy way to look into structured logs.

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

[](#installation)

You can install the monolog pdo sqlite hanlder via composer

```
composer require tredmann/monolog-pdo-slite
```

Migrate the database
--------------------

[](#migrate-the-database)

To create the database you can initial the handler and then use the `up` function.

```
$handler = new SQLiteHandler(filePath: __DIR__.'/test.sqlite');
$handler->up();
```

Using the handler in monolog
----------------------------

[](#using-the-handler-in-monolog)

```
$log = new Logger(name: 'test');
$log->pushHandler($handler);
```

Acknowledgements
----------------

[](#acknowledgements)

The up and down functions were inspired by

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance44

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

445d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ce62843fe1df789ccf6cd74730b2c56b8b0a173e4df76fd3762cc6188126844d?d=identicon)[tobias.redmann](/maintainers/tobias.redmann)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/tredmann-monolog-pdo-sqlite/health.svg)

```
[![Health](https://phpackages.com/badges/tredmann-monolog-pdo-sqlite/health.svg)](https://phpackages.com/packages/tredmann-monolog-pdo-sqlite)
```

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B11.5k](/packages/psr-log)[open-telemetry/api

API for OpenTelemetry PHP.

1941.5M276](/packages/open-telemetry-api)[open-telemetry/sdk

SDK for OpenTelemetry PHP.

2328.5M343](/packages/open-telemetry-sdk)

PHPackages © 2026

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