Registry / database / yajra-laravel-pdo-via-oci8

yajra-laravel-pdo-via-oci8

JSON →
library3.7.3phppackagistunverified

PDO userspace driver proxying calls to PHP OCI8 driver for Oracle databases.

composer require yajra/laravel-pdo-via-oci8
INSTALL
IMPORT
SIG · YAJRA-LARAVEL-PDO-
Y
yajra-laravel-pdo-via-oci8
databasephpv3.7.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Pdo
use Yajra\Pdo\Oci8\Pdo;

Create a PDO-like connection to Oracle using OCI8.

use Yajra\Pdo\Oci8\Pdo; $pdo = new Pdo('oci:dbname=//localhost:1521/XE;charset=AL32UTF8', 'user', 'password'); $stmt = $pdo->query('SELECT * FROM dual');
Debug
Known issues
gotchaRequires the PHP OCI8 extension to be installed.
fix
Install php-oci8 extension (e.g., pecl install oci8).
affects: >=3.0.0
Upgrade
Version history
3.7.3latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
24
Meta
2
OpenAI (training)
1
Resources
yajra-laravel-pdo-via-oci8 — pip install yajra-laravel-pdo-via-oci8 · libregistry