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

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

adodb/adodb-php
===============

ADOdb is a PHP database abstraction layer library

v5.22.11(5mo ago)4553.9M—8.2%275[47 issues](https://github.com/ADOdb/ADOdb/issues)[37 PRs](https://github.com/ADOdb/ADOdb/pulls)20BSD-3-ClausePHPPHP ^7.0 || ^8.0CI passing

Since Apr 23Pushed 1mo ago44 watchersCompare

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

READMEChangelog (10)Dependencies (1)Versions (102)Used By (20)Security (6)

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

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

[![Join chat on Gitter](https://camo.githubusercontent.com/b1fe426d0bf960c816437a220b04f068bbfd226eca852bfcdf7a6e1d3af8d05c/68747470733a2f2f696d672e736869656c64732e696f2f6769747465722f726f6f6d2f61646f64622f61646f64623f6c6f676f3d676974746572)](https://gitter.im/adodb/adodb?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)[![SourceForge Downloads Shield](https://camo.githubusercontent.com/db55d6f2adf05c068ef7c2e3c9ea62f07d216d7b60f2bd2022748a0caafaacfb/68747470733a2f2f696d672e736869656c64732e696f2f736f75726365666f7267652f646d2f61646f64623f6c6162656c3d536f75726365466f726765266c6f676f3d736f75726365666f72676526636f6c6f723d696e666f726d6174696f6e616c)](https://sourceforge.net/projects/adodb/files/latest/download)[![Packagist Downloads Shield](https://camo.githubusercontent.com/824cfa43eb8a630ab94ead1898044e5e5ec62fa160a42628fbfad4da66617b51/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f41444f64622f41444f64622d7068703f6c6162656c3d5061636b6167697374266c6f676f3d7061636b6167697374266c6f676f436f6c6f723d776869746526636f6c6f723d696e666f726d6174696f6e616c)](https://packagist.org/packages/adodb/adodb-php)

(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/ADOdb/ADOdb/blob/master/LICENSE.md#bsd-3-clause-license)and the [GNU Lesser General Public Licence (LGPL) v2.1](https://github.com/ADOdb/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/ADOdb/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 &amp; Interbase, PostgreSQL, SQLite3, Oracle, Microsoft SQL Server, Foxpro ODBC, Access ODBC, Informix, DB2, Sybase, Sybase SQL Anywhere, generic ODBC and Microsoft's ADO.

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:

```
