ecphp / doctrine-oci8-bundle
Doctrine OCI8 (Oracle) bundle
Installs: 4 414
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 1
Type:symfony-bundle
Requires
- php: >= 7.4
- ext-oci8: *
- ecphp/doctrine-oci8: ^1
- symfony/dependency-injection: >= 4.4
Requires (Dev)
- drupol/php-conventions: ^3.0
- friends-of-phpspec/phpspec-code-coverage: ^6.0
- infection/infection: ^0.21.0
- infection/phpspec-adapter: ^0.1.2
- phpspec/phpspec: ^7.0
- symfony/http-kernel: ^4.4
- vimeo/psalm: ^4
This package is auto-updated.
Last update: 2024-10-22 10:13:36 UTC
README
Doctrine OCI8 Bundle
A bundle for PHP >= 7.4 and Symfony >= 4.4.
Installation
composer require ecphp/doctrine-oci8-bundle
Usage
Once installed, the bundle will automatically configure Doctrine to use the OCI8 driver provided by the package ecphp/doctrine-oci8.
This package does not provide any configuration and there is nothing to do once it is installed.