vincentshiqi/laravel-p-pdo-via-oci8

PDO userspace driver proxying calls to PHP OCI8 driver

Installs: 47

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/vincentshiqi/laravel-p-pdo-via-oci8

v1.3.1 2017-05-08 03:41 UTC

This package is not auto-updated.

Last update: 2025-10-03 23:08:40 UTC


README

###PDO via Oci8

Latest Stable Version Total Downloads Latest Unstable Version License

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.