# think-oracle **Repository Path**: ilogon/think-oracle ## Basic Information - **Project Name**: think-oracle - **Description**: No description available - **Primary Language**: PHP - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-06-01 - **Last Updated**: 2021-09-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ThinkPHP 5.0 Oracle驱动 =============== 首先在`php.ini`开启 `php_pdo_oci` 扩展 然后,配置应用的数据库配置文件`database.php`的`type`参数为: ~~~ 'type' => '\think\oracle\Connection', ~~~