laravel-p-pdo-via-oci8 maintained by vincentshiqi
Description
PDO userspace driver proxying calls to PHP OCI8 driver
Author
Last update
2017/05/08 05:41
(dev-master)
License
Downloads
47
Oracle PDO Userspace Driver for OCI8
###PDO via Oci8
The vincentshiqi/laravel-p-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 vincentshiqi/laravel-p-pdo-via-oci8 as a requirement to composer.json:
{
"require": {
"vincentshiqi/laravel-p-pdo-via-oci8": "1.*"
}
}
And then run composer update
License
Licensed under the MIT License.