topthink/think-oracle

This package is abandoned and no longer maintained. No replacement package was suggested.

Oracle driver for thinkphp

v3.0.1 2019-06-25 07:54 UTC

This package is auto-updated.

Last update: 2021-04-02 05:18:31 UTC


README

首先在php.ini开启 php_pdo_oci 扩展

然后,配置应用的数据库配置文件database.phptype参数为:

'type'  =>  'Oracle',