wizad/doctrine-oci8-french-driver-bundle

French driver to connect to an french installed oracle database

v0.1.2 2017-07-12 07:47 UTC

This package is auto-updated.

Last update: 2024-04-17 19:33:46 UTC


README

Installation

composer require wizad/doctrine-oci8-french-driver-bundle

Enable the bundle

// app/AppKernel.php
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new Wizad\DoctrineOci8FrenchDriverBundle\WizadDoctrineOci8FrenchDriverBundle(),
        );

        // ...
    }
}

Use the driver

# app/config/config.yml
doctrine:
    dbal:
        driver_class: Wizad\DoctrineOci8FrenchDriver\Doctrine\Driver\OracleFrench