PHPackages                             phryneas/logged-pdo - 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. phryneas/logged-pdo

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

phryneas/logged-pdo
===================

Class extending the php PDO Class for logging purpose

1.0.0(10y ago)1530↓84.6%11MITPHP

Since Feb 17Pushed 8y ago1 watchersCompare

[ Source](https://github.com/phryneas/loggedPDO)[ Packagist](https://packagist.org/packages/phryneas/logged-pdo)[ RSS](/packages/phryneas-logged-pdo/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (1)Versions (2)Used By (1)

loggedPDO
=========

[](#loggedpdo)

Class extending the php PDO Class for logging purpose

Author: Lorenz Weber
Copyright (c) 2013, Lorenz Weber
Package loggedPDO

> The MIT License (MIT)
>
> copyright (c) 2013, Lorenz Weber
>
> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
>
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
>
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

simple usage:

```
require_once 'loggedPDO/PDO.php';
$logger = Log::factory('console', '', 'PDO');
$pdo = new \LoggedPDO\PDO($connstr, DB_USERNAME, DB_PASSWORD, null, $logger);
```

users of a firebug logger might alternatively like the Log\_firebugJSON class

```
require_once 'loggedPDO/Log_firebugJSON.php';
$logger = Log::factory('console', '', 'PDO');
```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 70% 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

3786d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4282439?v=4)[Lenz Weber-Tronic](/maintainers/phryneas)[@phryneas](https://github.com/phryneas)

---

Top Contributors

[![phryneas](https://avatars.githubusercontent.com/u/4282439?v=4)](https://github.com/phryneas "phryneas (7 commits)")[![iimog](https://avatars.githubusercontent.com/u/7403236?v=4)](https://github.com/iimog "iimog (3 commits)")

### Embed Badge

![Health badge](/badges/phryneas-logged-pdo/health.svg)

```
[![Health](https://phpackages.com/badges/phryneas-logged-pdo/health.svg)](https://phpackages.com/packages/phryneas-logged-pdo)
```

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B10.9k](/packages/psr-log)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751284.3k37](/packages/civicrm-civicrm-core)[open-telemetry/api

API for OpenTelemetry PHP.

1938.5M263](/packages/open-telemetry-api)[open-telemetry/sdk

SDK for OpenTelemetry PHP.

2326.5M316](/packages/open-telemetry-sdk)[illuminated/console-logger

Logging and Notifications for Laravel Console Commands.

8676.7k](/packages/illuminated-console-logger)[egroupware/egroupware

EGroupware extends a classic groupware with an integrated CRM-system, a secure file-server and Collabora Online Office.

2921.6k](/packages/egroupware-egroupware)

PHPackages © 2026

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