PHPackages                             webchimp/dabbie - 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. webchimp/dabbie

ActiveLibrary[Database &amp; ORM](/categories/database)

webchimp/dabbie
===============

Simple database connection

0872PHP

Since Oct 20Pushed 4y ago1 watchersCompare

[ Source](https://github.com/TheWebChimp/Dabbie)[ Packagist](https://packagist.org/packages/webchimp/dabbie)[ RSS](/packages/webchimp-dabbie/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (1)Used By (2)

Dabbie
======

[](#dabbie)

Simple Database Connector

Instalation
-----------

[](#instalation)

Require `webchimp/dabbie` with Composer.

Usage
-----

[](#usage)

Dabbie helps you to connect to your database and gives you a handler to use PDO. As it is now, Dabbie is just a simple wrapper.

Connect the following way:

```
	$dabbie = new Dabbie([
		'host' => '127.0.0.1',
		'user' => 'root',
		'name' => 'database',
		'pass' => 'password123'
	]);
```

And then run queries the following way:

```
	$sql = "SELECT COUNT(*) AS total FROM `user`;";
	$row = $dabbie->query($sql)->fetch(PDO::FETCH_COLUMN);
```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity28

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.

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/webchimp-dabbie/health.svg)

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

###  Alternatives

[doctrine/orm

Object-Relational-Mapper for PHP

10.2k285.3M6.2k](/packages/doctrine-orm)[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k115.1M102](/packages/jdorn-sql-formatter)[illuminate/database

The Illuminate Database package.

2.8k52.4M9.4k](/packages/illuminate-database)[mongodb/mongodb

MongoDB driver library

1.6k64.0M546](/packages/mongodb-mongodb)[ramsey/uuid-doctrine

Use ramsey/uuid as a Doctrine field type.

90340.3M211](/packages/ramsey-uuid-doctrine)[reliese/laravel

Reliese Components for Laravel Framework code generation.

1.7k3.4M16](/packages/reliese-laravel)

PHPackages © 2026

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