PHPackages                             sugiphp/dbal - 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. sugiphp/dbal

ActiveLibrary

sugiphp/dbal
============

SugiPHP Database abstraction layer on top of PDO

074PHP

Since Feb 10Pushed 11y ago1 watchersCompare

[ Source](https://github.com/SugiPHP/DBAL)[ Packagist](https://packagist.org/packages/sugiphp/dbal)[ RSS](/packages/sugiphp-dbal/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

SugiPHP.DBAL
============

[](#sugiphpdbal)

SugiPHP database abstraction layer extends PDO and gives you:

- Lazy database connection. This means that creating a PDO instance (SugiPHP\\DBAL\\Connection) will not establish a connection to the DB. The connection will occur only if you use a method that requires a connection. If (for some reason) you don't wish to use this feature, call connect() method right after the object creation.
- Add an event listener (callable) for some PDO methods, giving you the ability to log statements and profile them.

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/991c2430ace2ac70cb06507ae39e9e556e43bff5380e45ddd72c0f0294347794?d=identicon)[tzappa](/maintainers/tzappa)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/sugiphp-dbal/health.svg)

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

PHPackages © 2026

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