PHPackages                             dario1985/adodb - 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. dario1985/adodb

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

dario1985/adodb
===============

ADOdb library refactoring for PHP 5.3+ and PDO

4163C

Since Mar 4Pushed 12y ago6 watchersCompare

[ Source](https://github.com/dario1985/adodb)[ Packagist](https://packagist.org/packages/dario1985/adodb)[ RSS](/packages/dario1985-adodb/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

ADOdb-PHP5.3 [![Build Status](https://camo.githubusercontent.com/851609c238562121a542dc6499e48f6366bd4c289129bf0a2bad4b360e4e0923/68747470733a2f2f7472617669732d63692e6f72672f646172696f313938352f61646f64622e706e67)](https://travis-ci.org/dario1985/adodb) [![Coverage Status](https://camo.githubusercontent.com/c67bac31e557fc86e6a5bccb7d10bb14c13507fbc77df8d090da7b4f8c4c64f9/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f646172696f313938352f61646f64622f62616467652e706e67)](https://coveralls.io/r/dario1985/adodb)
========================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#adodb-php53--)

This is an full refactored version of ADOdb library for PHP 5.3+. The idea came from the fact that ADOdb, a well known database abstraction library, is getting older and older and doesn't take advantage of PHP5.3+'s more advanced features.

This project was born with the hope to provide a more up-to-date and stronger engine. So far it has proven to be faster than original engine and it provides a compatibility layer to allow developers that have been using ADOdb for years to switch their application over to this version progressively.

This software is in development stage. Do not use it in production environments if you do not know what you are doing.

Drivers
-------

[](#drivers)

Actually only support generic PDO\* connections.

Caching
-------

[](#caching)

Various engines supported out-of-box:

1. Memory (per-request) useful for testing purposes
2. APC
3. File
4. Libredis

Usage
-----

[](#usage)

The syntax is similar (quite identical) to ADOdb sintax:

```
require 'ADOdb.php';
$db = NewADOConnection('mysql');
$db->connect($server, $user, $pwd, $db);

```

License
-------

[](#license)

The MIT license, read it at

Contributing
------------

[](#contributing)

Feel free to fork and improve/enhance ADOdb in any way your want. If you feel that everybody will benefit from your changes, please open a pull request.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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://avatars.githubusercontent.com/u/207400535?v=4)[dario1985](/maintainers/dario1985)[@Dario1985](https://github.com/Dario1985)

---

Top Contributors

[![dariomncs](https://avatars.githubusercontent.com/u/495006?v=4)](https://github.com/dariomncs "dariomncs (51 commits)")

### Embed Badge

![Health badge](/badges/dario1985-adodb/health.svg)

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

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