PHPackages                             cheese-burgames/pdo-database-manager - 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. [Database &amp; ORM](/categories/database)
4. /
5. cheese-burgames/pdo-database-manager

Abandoned → [chsxf/pdo-database-manager](/?search=chsxf%2Fpdo-database-manager)ArchivedLibrary[Database &amp; ORM](/categories/database)

cheese-burgames/pdo-database-manager
====================================

Database manager based on PDO with extension methods

1.0.1(7y ago)0111MITPHPPHP ^5.4.0 || ^7.0

Since Apr 30Pushed 7y agoCompare

[ Source](https://github.com/cheeseburgames/pdo-database-manager)[ Packagist](https://packagist.org/packages/cheese-burgames/pdo-database-manager)[ Docs](https://github.com/cheeseburgames/pdo-database-manager)[ RSS](/packages/cheese-burgames-pdo-database-manager/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)DependenciesVersions (3)Used By (0)

pdo-database-manager
====================

[](#pdo-database-manager)

Error table structure
---------------------

[](#error-table-structure)

Providing you use the default name for the error table, the structure should be:

```
CREATE TABLE `mfx_database_errors` (
  `query` text COLLATE utf8_bin NOT NULL,
  `error_code` int(11) NOT NULL,
  `error_message` text COLLATE utf8_bin NOT NULL,
  `file` text COLLATE utf8_bin NOT NULL,
  `line` int(11) NOT NULL,
  `function` text COLLATE utf8_bin NOT NULL,
  `class` text COLLATE utf8_bin NOT NULL
);
```

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

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

Total

2

Last Release

2562d ago

### Community

Maintainers

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

---

Tags

database-abstractionpdophp

### Embed Badge

![Health badge](/badges/cheese-burgames-pdo-database-manager/health.svg)

```
[![Health](https://phpackages.com/badges/cheese-burgames-pdo-database-manager/health.svg)](https://phpackages.com/packages/cheese-burgames-pdo-database-manager)
```

###  Alternatives

[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k116.5M113](/packages/jdorn-sql-formatter)[propel/propel1

Propel is an open-source Object-Relational Mapping (ORM) for PHP5.

8351.6M87](/packages/propel-propel1)[pgvector/pgvector

pgvector support for PHP

198628.3k10](/packages/pgvector-pgvector)

PHPackages © 2026

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