yajra / pdo-via-oci8 by yajra

PDO userspace driver proxying calls to PHP OCI8 driver
2,103,368
87
7
Package Data
Maintainer Username: yajra
Maintainer Contact: aqangeles@gmail.com (Arjay Angeles)
Package Create Date: 2013-11-27
Package Last Update: 2024-04-19
Home Page:
Language: PHP
License: MIT
Last Refreshed: 2024-04-26 03:02:58
Package Statistics
Total Downloads: 2,103,368
Monthly Downloads: 44,194
Daily Downloads: 2,127
Total Stars: 87
Total Watchers: 7
Total Forks: 61
Total Open Issues: 15

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

License

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

Credits