marcinmisiak / yii2-firebird
Firebird 3 + php8.1
Installs: 83
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Type:yii2-extension
Requires
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2025-06-27 17:00:24 UTC
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