PHPackages                             limingxinleo/limx-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. [Database &amp; ORM](/categories/database)
4. /
5. limingxinleo/limx-pdo

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

limingxinleo/limx-pdo
=====================

This is a pdo demo

1.2.3(9y ago)1123MITPHPPHP &gt;=5.4.0

Since Aug 21Pushed 9y ago1 watchersCompare

[ Source](https://github.com/limingxinleo/limx-pdo)[ Packagist](https://packagist.org/packages/limingxinleo/limx-pdo)[ RSS](/packages/limingxinleo-limx-pdo/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (7)DependenciesVersions (9)Used By (0)

limx-pdo
========

[](#limx-pdo)

> 对php扩展PDO进一步进行封装

安装
--

[](#安装)

> 推荐使用composer安装

```
composer require limingxinleo/limx-pdo

```

使用
--

[](#使用)

- 首先引入自动加载类

```
require_once "vendor/autoload.php";

```

- 使用

```
$M = \limx\tools\MyPDO::getInstance();
$sql='select * from test;';
var_dump($M->query($sql));

```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~29 days

Recently: every ~37 days

Total

8

Last Release

3394d ago

### Community

Maintainers

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

---

Top Contributors

[![limingxinleo](https://avatars.githubusercontent.com/u/16648551?v=4)](https://github.com/limingxinleo "limingxinleo (19 commits)")

### Embed Badge

![Health badge](/badges/limingxinleo-limx-pdo/health.svg)

```
[![Health](https://phpackages.com/badges/limingxinleo-limx-pdo/health.svg)](https://phpackages.com/packages/limingxinleo-limx-pdo)
```

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