mstaack / pdo-via-oci8

PHP PDO_OCI functions via OCI8 extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Oracle PDO Userspace Driver for OCI8

PDO via Oci8

Build Status Latest Stable Version Total Downloads Latest Unstable Version License

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

Buy me a coffee

paypal Become a Patron

License

The MIT License (MIT). Please see License File for more information.

Credits

About

PHP PDO_OCI functions via OCI8 extension

License:MIT License


Languages

Language:PHP 100.0%