An open API service indexing awesome lists of open source software.

https://github.com/ecphp/doctrine-oci8-bundle

Doctrine OCI8 (Oracle) bundle.
https://github.com/ecphp/doctrine-oci8-bundle

bundle oci oci8 oracle symfony

Last synced: 11 days ago
JSON representation

Doctrine OCI8 (Oracle) bundle.

Awesome Lists containing this project

README

          

[![Latest Stable Version](https://img.shields.io/packagist/v/ecphp/doctrine-oci8-bundle.svg?style=flat-square)](https://packagist.org/packages/ecphp/doctrine-oci8-bundle)
[![GitHub stars](https://img.shields.io/github/stars/ecphp/doctrine-oci8-bundle.svg?style=flat-square)](https://packagist.org/packages/ecphp/doctrine-oci8-bundle)
[![Total Downloads](https://img.shields.io/packagist/dt/ecphp/doctrine-oci8-bundle.svg?style=flat-square)](https://packagist.org/packages/ecphp/doctrine-oci8-bundle)
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/ecphp/doctrine-oci8-bundle/Continuous%20Integration/master?style=flat-square)](https://github.com/ecphp/doctrine-oci8-bundle/actions)
[![Scrutinizer code quality](https://img.shields.io/scrutinizer/quality/g/ecphp/doctrine-oci8-bundle/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/ecphp/doctrine-oci8-bundle/?branch=master)
[![Type Coverage](https://shepherd.dev/github/ecphp/doctrine-oci8-bundle/coverage.svg)](https://shepherd.dev/github/ecphp/doctrine-oci8-bundle)
[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/ecphp/doctrine-oci8-bundle/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/ecphp/doctrine-oci8-bundle/?branch=master)
[![Read the Docs](https://img.shields.io/readthedocs/ecphp-doctrine-oci8-bundle?style=flat-square)](https://ecphp-doctrine-oci8-bundle.readthedocs.io/)
[![License](https://img.shields.io/packagist/l/ecphp/doctrine-oci8-bundle.svg?style=flat-square)](https://packagist.org/packages/ecphp/doctrine-oci8-bundle)

# 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][http ecphp/doctrine-oci8].

This package does not provide any configuration and there is nothing to do once it is installed.

[http ecphp/doctrine-oci8]: https://github.com/ecphp/doctrine-oci8