Remi's RPM repository - Packages

Blog | Forum | Repository

php-doctrine-DoctrineDBAL - Doctrine Database Abstraction Layer

Website:
http://www.doctrine-project.org/projects/dbal.html
Licence:
MIT
Vendor:
Remi Collet
Description:
The Doctrine database abstraction & access layer (DBAL) offers a lightweight
and thin runtime layer around a PDO-like API and a lot of additional,
horizontal features like database schema introspection and manipulation
through an OO API.

The fact that the Doctrine DBAL abstracts the concrete PDO API away through
the use of interfaces that closely resemble the existing PDO API makes it
possible to implement custom drivers that may use existing native or self-made
APIs. For example, the DBAL ships with a driver for Oracle databases that uses
the oci8 extension under the hood.

Packages

php-doctrine-DoctrineDBAL-2.3.4-4.el5.remi.noarch [168 KiB] Changelog by Remi Collet (2013-10-03):
- backport for remi repo (drop php-mysqli dep)
php-doctrine-DoctrineDBAL-2.3.4-2.el5.remi.noarch [167 KiB] Changelog by Remi Collet (2013-06-13):
- backport for remi repo.