marcinmisiak/yii2-firebird
最新稳定版本:0.0.1
Composer 安装命令:
composer require marcinmisiak/yii2-firebird
包简介
Firebird 3 + php8.1
README 文档
README
Forked
Forked from edgardmessias/yii2-firebird
Requirements
At least Firebird version 2.0 is required. However, in order to use all extension features.
Partial support with Firebird 3.0
PHP 8.3
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist marcinmisiak/yii2-firebird "*"
or add
"marcinmisiak/yii2-firebird": "*"
to the require section of your composer.json file.
Configuration
To use this extension, simply add the following code in your application configuration:
return [ //.... 'components' => [ 'db' => [ 'class' => 'marcinmisiak\db\firebird\Connection', 'dsn' => 'firebird:dbname=localhost:/tmp/TEST.FDB;charset=UTF8', 'username' => 'username', 'password' => 'password', 'enableSchemaCache' => true, 'schemaCacheDuration' => 43200, 'schemaCache' => 'cache', 'emulatePrepare' => true, 'attributes' => [ PDO::ATTR_PERSISTENT => true ], ], ], ];
Donations:
- Donation is as per your goodwill to support my development.
- If you are interested in my future developments, i would really appreciate a small donation to support this project.
My revolut acount https://revolut.me/marcin1k25
My FWH wallet 0x70368081c706178dbda7aa444f99ad675a82c24c https://freewallet.org/id/8c09767c/eth
My Bitcoin Wallet Address (BTC) bc1qv8e7qztkd5cekzz89nlfxed9clfhpv8t2jn9rf https://freewallet.org/id/8c09767c/btc
My Ethereum Wallet Address (ETH) 0x70368081c706178dbda7aa444f99ad675a82c24c https://freewallet.org/id/8c09767c/eth
Another Cryptocurrency: https://freewallet.org/id/8c09767c
统计信息
- 总下载量: 103
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2024-01-04