{ "name": "pecl/pdo_oci", "type": "php-ext", "description": "Use the PDO_OCI extension to access Oracle Database via PHP Data Objects (PDO) APIs", "keywords": ["pdo_oci", "pdo", "oracle", "database"], "homepage": "https://pecl.php.net/package/PDO_OCI", "license": "PHP-3.01", "authors": [ { "name": "Christopher Jones", "email": "sixd@php.net", "role": "Lead" }, { "name": "Sharad Chandran R", "email": "sharad.raju@oracle.com", "role": "Lead" } ], "require": { "php": ">=8.3.0" }, "php-ext": { "extension-name": "pdo_oci", "configure-options": [ { "name": "with-pdo_oci", "description": "Please provide the path to the ORACLE_HOME directory. Use 'instantclient,/path/to/instant/client/lib' if you're compiling with Oracle Instant Client", "needs-value": true } ] } }