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

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

mnewnham/adodb-upstream
=======================

A replacement package for the unmaintained Github Project ADOdb/ADOdb, the PHP database abstraction layer library

v5.23.0(1mo ago)01BSD-3-ClausePHPPHP ^7.4 || ^8.0

Since Apr 23Pushed 1mo agoCompare

[ Source](https://github.com/mnewnham/ADOdb)[ Packagist](https://packagist.org/packages/mnewnham/adodb-upstream)[ Docs](https://adodb.org/)[ GitHub Sponsors](https://github.com/ADOdb)[ GitHub Sponsors](https://github.com/dregad)[ RSS](/packages/mnewnham-adodb-upstream/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)Dependencies (1)Versions (83)Used By (0)

ADOdb Library for PHP
=====================

[](#adodb-library-for-php)

While the ADOdb/ADOdb github repo is effectively dormant, this fork provides ongoing maintenance releases to the ADOdb package. It is designed to be backwards compatible with the upstream package while adding compatibility with later versions of PHP. If the ADOdb repo re-activates, this repo may be archived.

(c) 2000-2013 John Lim ()
(c) 2014 Damien Regad, Mark Newnham and the [ADOdb community](https://github.com/ADOdb/ADOdb/graphs/contributors)

The ADOdb Library is dual-licensed, released under both the [BSD 3-Clause](https://github.com/mnewnham/ADOdb/blob/master/LICENSE.md#bsd-3-clause-license)and the [GNU Lesser General Public Licence (LGPL) v2.1](https://github.com/mnewnham/ADOdb/blob/master/LICENSE.md#gnu-lesser-general-public-license)or, at your option, any later version. This means you can use it in proprietary products; see [License](https://github.com/mnewnham/ADOdb/blob/master/LICENSE.md) for details.

Home page:

Introduction
============

[](#introduction)

PHP's database access functions are not standardized. This creates a need for a database class library to hide the differences between the different databases (encapsulate the differences) so we can easily switch databases.

The library currently supports MySQL, Firebird, PostgreSQL, SQLite3, Oracle, Microsoft SQL Server, DB2, PDO and generic ODBC

We hope more people will contribute drivers to support other databases.

Installation
============

[](#installation)

Unpack all the files into a directory accessible by your web server.

To test, try modifying some of the tutorial examples. Make sure you customize the connection settings correctly.

You can debug using:

```
