PHPackages                             veasin/nx-db-pdo - 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. veasin/nx-db-pdo

ActiveFramework

veasin/nx-db-pdo
================

pdo for nx

0.2.3(1mo ago)0702PHPPHP &gt;=8.4

Since Mar 11Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/veasin/nx-db-pdo)[ Packagist](https://packagist.org/packages/veasin/nx-db-pdo)[ Docs](https://github.com/veasin/nx)[ RSS](/packages/veasin-nx-db-pdo/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (5)Versions (19)Used By (2)

nx-db-pdo
=========

[](#nx-db-pdo)

pdo for nx

> composer require veasin/nx-db-pdo

```
'db/pdo'=>[
    'default' => [
        'dsn' => 'mysql:dbname=db_name;host=host_url;charset=utf8mb4',
        'username' => 'db_user',
        'password' => 'db_password',
        'options' => [
        ],
    ],
]
```

```
class app extends nx\app{
    use \nx\parts\db\pdo;
}
```

```
$this->db()->execute("SELECT * FROM `user`");
$this->table("user")->select()->execute();
//$this->db()->table("user");
```

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance90

Actively maintained with recent releases

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

Established project with proven stability

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

Recently: every ~33 days

Total

18

Last Release

48d ago

PHP version history (2 changes)0.0.1PHP &gt;=8.1

0.1.0PHP &gt;=8.4

### Community

Maintainers

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

### Embed Badge

![Health badge](/badges/veasin-nx-db-pdo/health.svg)

```
[![Health](https://phpackages.com/badges/veasin-nx-db-pdo/health.svg)](https://phpackages.com/packages/veasin-nx-db-pdo)
```

PHPackages © 2026

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