bobsbg/yii2-oci2pdo
最新稳定版本:v1.0.4
Composer 安装命令:
composer require bobsbg/yii2-oci2pdo
包简介
Yii2 extension to simulate a PDO connection to Oracle database using PHP OCI8
README 文档
README
yii2-oci2pdo
Yii2 extension to simulate a PDO connection to Oracle database using PHP OCI8
Installation
Install With Composer The preferred way to install this extension is through composer. Either run
php composer.phar require bobsbg/yii2-oci2pdo
or add
"bobsbg/yii2-oci2pdo": "*"
to the require section of your composer.json file.
Usage / configuration
'db' => [ 'class' => 'bobsbg\oci2pdo\OciDbConnection', 'dsn' => 'oci:dbname=DBNAME;charset=UTF8', 'username' => 'scott', 'password' => 'tiger', 'charset' => 'utf8', ],
统计信息
- 总下载量: 3.57k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-12-08