weianguo/think-firebird

Firebird driver for thinkphp5

Installs: 16

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 0

Open Issues: 0

Type:think-extend

v1.0.0 2018-08-29 11:13 UTC

This package is not auto-updated.

Last update: 2025-06-13 11:46:50 UTC


README

首先在php.ini开启 php_pdo_firebird 扩展

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

'type'  =>  '\think\firebird\Connection',