PHPackages                             lordkino/yii2-oci8pdo - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. lordkino/yii2-oci8pdo

ActiveYii2-extension[Database &amp; ORM](/categories/database)

lordkino/yii2-oci8pdo
=====================

Translate pdo command to oci8

1.0.1(7y ago)124MITPHP

Since May 24Pushed 7y ago1 watchersCompare

[ Source](https://github.com/LordKino/oci8pdo)[ Packagist](https://packagist.org/packages/lordkino/yii2-oci8pdo)[ RSS](/packages/lordkino-yii2-oci8pdo/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (2)Versions (5)Used By (0)

Yii2 wrapper for Oci8 to PDO by yajra
=====================================

[](#yii2--wrapper-for-oci8-to-pdo-by-yajra)

Translate pdo command to oci8

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist lordkino/yii2-oci8pdo "*"

```

or add

```
"lordkino/yii2-oci8pdo": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code by :

```
        'db' => [
            'class' => 'lordkino\oci8pdo\Connection',
            'dsn' => 'oci:dbname=//dbhost:1521/dbasename',
            'username' => 'username',
            'password' => 'password',
            'charset' => 'utf8',
            'attributes' => [
                PDO::ATTR_STRINGIFY_FETCHES => true,
            ],
        ],```
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 55.6% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

2910d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/885cdb9a9a7c660ff258dc22e8ca3996b65b036de862d803c6741bbb74f7fb9e?d=identicon)[LordKino](/maintainers/LordKino)

---

Top Contributors

[![iseredov](https://avatars.githubusercontent.com/u/1400962?v=4)](https://github.com/iseredov "iseredov (10 commits)")[![LordKino](https://avatars.githubusercontent.com/u/8831359?v=4)](https://github.com/LordKino "LordKino (8 commits)")

---

Tags

databasepdooracleoci8yii2

### Embed Badge

![Health badge](/badges/lordkino-yii2-oci8pdo/health.svg)

```
[![Health](https://phpackages.com/badges/lordkino-yii2-oci8pdo/health.svg)](https://phpackages.com/packages/lordkino-yii2-oci8pdo)
```

###  Alternatives

[doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.

9.7k578.4M5.6k](/packages/doctrine-dbal)[yajra/laravel-oci8

Oracle DB driver for Laravel via OCI8

8703.0M17](/packages/yajra-laravel-oci8)[envms/fluentpdo

FluentPDO is a quick and light PHP library for rapid query building. It features a smart join builder, which automatically creates table joins.

925511.7k13](/packages/envms-fluentpdo)[lichtner/fluentpdo

FluentPDO is a quick and light PHP library for rapid query building. It features a smart join builder, which automatically creates table joins.

921274.8k6](/packages/lichtner-fluentpdo)[jonas-elias/hyperf-oracle

A oracle handler for hyperf/database.

102.0k](/packages/jonas-elias-hyperf-oracle)[ramadan/easy-model

A Laravel package for enjoyably managing database queries.

101.6k](/packages/ramadan-easy-model)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
