wizad / doctrine-oci8-french-driver-bundle
French driver to connect to an french installed oracle database
Installs: 23
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^5.5.9 || ^7.0
- doctrine/orm: ~2.5
- symfony/symfony: >3.0
- wizad/doctrine-oci8-french-driver: ^0.2
This package is auto-updated.
Last update: 2024-11-17 20:35:59 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