PHPackages                             frobou/frobou-db-connect - 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. frobou/frobou-db-connect

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

frobou/frobou-db-connect
========================

Frobou PDO based Connection

1.0.20(8y ago)02951MITPHPPHP &gt;=5.4.0

Since Nov 17Pushed 7y ago2 watchersCompare

[ Source](https://github.com/frobou/frobou-db-connect)[ Packagist](https://packagist.org/packages/frobou/frobou-db-connect)[ Docs](http://frobou.com.br)[ RSS](/packages/frobou-frobou-db-connect/feed)WikiDiscussions versao-1.0 Synced 2mo ago

READMEChangelog (1)Dependencies (3)Versions (24)Used By (1)

frobou-db-connect
-----------------

[](#frobou-db-connect)

ver 1.X
[![SensioLabsInsight](https://camo.githubusercontent.com/a8117992c67de469ed3f3fc90deb9f1ac3027e7d9e7b0ff49f462b12b6bb907d/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f38356535356461632d366662632d343739312d623836312d3362383965393730623564642f736d616c6c2e706e67)](https://insight.sensiolabs.com/projects/85e55dac-6fbc-4791-b861-3b89e970b5dd)

usage:

```
$config = new FrobouPdoConfig(json_decode(file_get_contents(__DIR__ . '/database.json')), true);
$this->con = new FrobouPdoConnection($config, true, $log);
//$ConnectionObject->action($query, 'table1 name (empty for default)');
$query = 'SELECT * FROM table1 limit 1';
$this->con->select($query, 'table1');
$query = 'SELECT * FROM table_default limit 1';
$this->con->select($query);

```

FrobouPdoConnection has transaction support

```
$this->con->beginTransaction();
$this->con->beginTransaction('table1');
$this->con->beginTransaction('table2');

$query = 'What INTO table (bla-bla-bla) VALUES (bla-bla-bla)';
$this->con->insert($query);
$this->con->update($query, 'table1');
$this->con->delete($query, 'table2');

if (!$this->con->commit()){
    $this->con->rollback();
}
$this->con->commit('radius');
$this->con->commit('postfix');

```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

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

Every ~20 days

Recently: every ~53 days

Total

22

Last Release

3039d ago

Major Versions

0.0.1 → 1.0.02016-11-21

0.0.2 → 1.0.22016-11-22

### Community

Maintainers

![](https://www.gravatar.com/avatar/65d412fa6236a41066fca7ab940426920b4a4194e918e9b6c5de3f8e50d6567d?d=identicon)[blobs.frobou](/maintainers/blobs.frobou)

---

Top Contributors

[![efepimenta](https://avatars.githubusercontent.com/u/6652068?v=4)](https://github.com/efepimenta "efepimenta (10 commits)")[![frobou](https://avatars.githubusercontent.com/u/15693312?v=4)](https://github.com/frobou "frobou (4 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/frobou-frobou-db-connect/health.svg)

```
[![Health](https://phpackages.com/badges/frobou-frobou-db-connect/health.svg)](https://phpackages.com/packages/frobou-frobou-db-connect)
```

###  Alternatives

[wazaari/monolog-mysql

A handler for Monolog that sends messages to MySQL

140884.1k6](/packages/wazaari-monolog-mysql)[nkiraly/dbsteward

SQL database definition differencing tool. Structure and data is defined in a DTD-enforced, human-readable XML format. Outputs transactional SQL statement files to apply your changes.

504.2k](/packages/nkiraly-dbsteward)

PHPackages © 2026

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