PHPackages                             corneltek/dbutil - 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. corneltek/dbutil

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

corneltek/dbutil
================

1.0.5(10y ago)42.2k1PHPPHP &gt;=5.3.0

Since Jul 14Pushed 10y ago1 watchersCompare

[ Source](https://github.com/c9s/DBUtil)[ Packagist](https://packagist.org/packages/corneltek/dbutil)[ RSS](/packages/corneltek-dbutil/feed)WikiDiscussions master Synced 3w ago

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

```
    $creator = new CornelTek\DBUtil;
    $conn = $creator->create( 'mysql' , array(
        // connection string
        'username' => 'root',
        'password' => '123123',
        'database' => 'mysql_test',
    ));
    ok($conn);
    $creator->dropFromConnection( $conn , 'mysql_test' );

```

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

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

3998d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3cc34cde233b660869ff329ed8e20df611f75dfb61aab3e30889ac153d3e5e61?d=identicon)[c9s](/maintainers/c9s)

---

Top Contributors

[![c9s](https://avatars.githubusercontent.com/u/50894?v=4)](https://github.com/c9s "c9s (19 commits)")[![azole](https://avatars.githubusercontent.com/u/2560515?v=4)](https://github.com/azole "azole (2 commits)")

### Embed Badge

![Health badge](/badges/corneltek-dbutil/health.svg)

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

###  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)

PHPackages © 2026

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