Remi's RPM repository - Packages

Blog | Forum | Repository | Wizard

php-doctrine-dbal - Doctrine Database Abstraction Layer (DBAL)

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.

Autoloader: /usr/share/php/Doctrine/DBAL/autoload.php

Packages

php-doctrine-dbal-2.5.12-3.el6.remi.noarch [213 KiB] Changelog by Remi Collet (2017-05-30):
- allow to force Symfony version using RPM_SYMFONY_TREE
php-doctrine-dbal-2.5.12-2.el6.remi.noarch [213 KiB] Changelog by Shawn Iwinski (2017-03-11):
- Updated to 2.5.12 (RHBZ #1412852)
- Switch autoloader to php-composer(fedora/autoloader)
- Run upstream tests with SCLs if available