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
Requires
- topthink/framework: ^6.0.0
README
首先在php.ini开启 php_pdo_oci 扩展
然后,配置应用的数据库配置文件database.php的type参数为:
'type' => 'Oracle',