topthink/think-oracle

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

Oracle driver for thinkphp

Installs: 22 900

Dependents: 1

Suggesters: 0

Security: 0

Stars: 33

Watchers: 8

Forks: 16

Open Issues: 4

pkg:composer/topthink/think-oracle

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