{"id":95390,"library":"yajra-laravel-pdo-via-oci8","title":"Laravel PDO via OCI8","description":"PDO userspace driver proxying calls to PHP OCI8 driver for Oracle databases.","status":"active","version":"3.7.3","language":"php","source_language":null,"source_url":"https://github.com/yajra/pdo-via-oci8","tags":["laravel","oracle","pdo","oci8","database"],"install":[{"cmd":"composer require yajra/laravel-pdo-via-oci8","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"Pdo","correct":"use Yajra\\Pdo\\Oci8\\Pdo;"}],"quickstart":{"code":"use Yajra\\Pdo\\Oci8\\Pdo;\n\n$pdo = new Pdo('oci:dbname=//localhost:1521/XE;charset=AL32UTF8', 'user', 'password');\n$stmt = $pdo->query('SELECT * FROM dual');","lang":"php","description":"Create a PDO-like connection to Oracle using OCI8."},"warnings":[{"fix":"Install php-oci8 extension (e.g., pecl install oci8).","message":"Requires the PHP OCI8 extension to be installed.","severity":"gotcha","affected_versions":">=3.0.0"}],"env_vars":null,"search_vec":"'call':9 'databas':16,21 'driver':7,13 'laravel':1,17 'oci8':4,12,20 'oracl':15,18 'pdo':2,5,19 'php':11 'proxi':8 'userspac':6 'via':3","created_at":"2026-06-19T10:29:41.388493+00:00","updated_at":"2026-06-19T10:29:41.388493+00:00","problems":[],"ecosystem":"packagist","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/yajra/pdo-via-oci8","github":"https://github.com/yajra/pdo-via-oci8","docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["database"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-19","next_check":"2026-12-16","install_tag":null}}