topthink/think-oracle

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

Oracle driver for thinkphp

Maintainers

Package info

github.com/top-think/think-oracle

pkg:composer/topthink/think-oracle

Statistics

Installs: 23 356

Dependents: 1

Suggesters: 0

Stars: 33

Open Issues: 4

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',