PDO userspace driver proxying calls to PHP OCI8 driver
tochka-developers/laravel-pdo-via-oci8 is a Laravel package for pdo userspace driver proxying calls to php oci8 driver.
It currently has 0 GitHub stars and 17 downloads on Packagist (latest version v1.4.4).
Install it with composer require tochka-developers/laravel-pdo-via-oci8.
Discover more Laravel packages by tochka-developers
or browse all Laravel packages to compare alternatives.
Last updated
###PDO via Oci8
The yajra/pdo-via-oci8 package is a simple userspace driver for PDO that uses the tried and tested OCI8 functions instead of using the still experimental and not all that functionnal PDO_OCI library.
Please report any bugs you may find.
###Installation
Add yajra/laravel-pdo-via-oci8 as a requirement to composer.json:
{
"require": {
"yajra/laravel-pdo-via-oci8": "1.*"
}
}
And then run composer update
Licensed under the MIT License.