ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


index

This is an old revision of the document!


ADOdb - Database Abstraction Layer for PHP

ADOdb is a fast, easy to use, popular database abstraction layer for PHP. It allows the same code to be used when accessing a wide range of databases.

It has been actively maintained since 2000 by the project's founder, John Lim, who decided to retire from the project in 2013. Damien Regad and Mark Newnham took over the project, with the help of numerous community contributors.

ADOdb contains components for querying and updating databases, as well as an Object Orientated Active Record library, schema management and performance monitoring. It also contains the following standalone extensions:

  • A Date/Time library to handle dates outside of the normal PHP limits.
  • A Session Management library that extends the normal PHP functionality to allow storing of session management data in a database, or in encrypted values

Note that ADOdb is not a replacement for the native PHP database extensions, but is built on top of them. This means that the corresponding driver(s) must be installed and correctly configured for ADOdb to work.

Download the latest version from SourceForge Latest Release
Download the documentation from SourceForge Documentation

Current Status
Description Version
Earliest Supported Release 5.20.15
Current Production Release 5.20.19
Production Track Version 5
Development Track Version 6
Prior Releases SourceForge

<html>

<!-- Twitter Follow Button -->
<div style="width:100%;text-align:center">
  <a href="https://twitter.com/ADODB_announce" class="twitter-follow-button" 
     data-show-count="false" data-size="large">
    Follow @ADODB_announce
  </a>
</div>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>

</html>

Installation

System requirements

ADOdb is compatible with and supported on all active versions of PHP (>= 7.2 as of this writing).

It is expected to work as well on earlier versions (PHP 5.3 or later), but this is not officially supported. See PHP 7 status.

Installation Via Composer

Production

composer require adodb/adodb-php ^5.20

Development

composer require adodb/adodb-php dev-master

Manual Installation

Download and unpack into the directory of choice.

Support

Project Location

The source code and bug tracker are located at Github. See also the SourceForge project page.

How To Ask For Help

You can post an issue in the Github issue tracker.

To help with quick resolution:

  • Try running the code with Debug Mode enabled
  • Give the version of ADOdb you are using. Please check the top of this page for the earliest release that is supported by the community.
  • Give the version of PHP you are using, the operating system, the driver and the database version.
  • Provide a code snippet, and if possible a description of what you are expecting to receive from a function

You can also ask questions on

Why Don't You Support Earlier Versions?

We have limited resources, and unfortunately can't afford to maintain the older versions in parallel with the current stable releases and the development track.

Version 5.20.0 was released in November 2015, you should be at least to that point, and we strongly recommend to apply the latest hotfix release..

Our Community

The ADOdb user base is large, with an average of 300 downloads a week. We have put together a short list of some current projects. See also the dependencies, i.e. the list of GitHub repositories require ADOdb in their composer.json file.

You are welcome to contribute to the project and help the Open Source community:

Announcements

Follow us on @ADOdb_announce on Twitter. We post notices of new releases and important bug fixes first there.

Date Description
13/12/2020 ADOdb version 5.20.19 is available. Full Changelog
28/06/2020 ADOdb version 5.20.18 is available. Full Changelog
31/03/2020 ADOdb version 5.20.17 is available. Full Changelog
12/01/2020 ADOdb version 5.20.16 is available. Full Changelog
24/11/2019 ADOdb version 5.20.15 is available. Full Changelog
06/01/2019 ADOdb version 5.20.14 is available. Full Changelog
06/08/2018 ADOdb version 5.20.13 is available. Full Changelog
30/03/2018 ADOdb version 5.20.12 is available. Full Changelog
Note that 5.20.11 has been withdrawn due to a bug on PHP 5.x
08/03/2018 ADOdb version 5.20.10 is available. Full Changelog
21/12/2016 ADOdb version 5.20.9 is available. Full Changelog
17/12/2016 ADOdb version 5.20.8 is available. Full Changelog
20/09/2016 ADOdb version 5.20.7 is available. Full Changelog
31/08/2016 ADOdb version 5.20.6 is available. Full Changelog
10/08/2016 ADOdb version 5.20.5 is available. Full Changelog
09/04/2016 ADOdb version 5.20.4 is available. Full Changelog
01/01/2016 ADOdb version 5.20.3 is available. Full Changelog
27/12/2015 ADOdb version 5.20.2 is available. Full Changelog
06/12/2015 ADOdb version 5.20.1 is available. Full Changelog

Miscellaneous

Tags

2000-2013 © John Lim
2014- © Damien Regad, Mark Newnham & The ADOdb Community

ADODb is dual-licensed under the BSD and Lesser GPL license, with the BSD License having priority.

Thanks

PHPStorm IDE

The ADOdb team would like to thank JetBrains for their valued support to the project, in the form of free PHPStorm IDE licences.

index.1608122739.txt.gz · Last modified: 2020/12/16 13:45 by dregad