PHPackages                             professionalweb/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. professionalweb/oci8pdo

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

professionalweb/oci8pdo
=======================

Extension for the Yii Framework - Oracle PDO simulation using the PHP OCI8 functions

1.0.1(10y ago)054MITPHP

Since Oct 27Pushed 10y ago1 watchersCompare

[ Source](https://github.com/SergioMadness/oci8Pdo)[ Packagist](https://packagist.org/packages/professionalweb/oci8pdo)[ RSS](/packages/professionalweb-oci8pdo/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

oci8Pdo
=======

[](#oci8pdo)

A Yii2 Extension to simulate the Oracle PDO using the PHP OCI8 functions.
-------------------------------------------------------------------------

[](#a-yii2-extension-to-simulate-the-oracle-pdo-using-the-php-oci8-functions)

Composer
--------

[](#composer)

oci8Pdo is available through [composer](https://getcomposer.org/)

```
composer require professionalweb/oci8Pdo "dev-master"

```

Alternatively you can add the following to the `require` section in your `composer.json` manually:

```
"professionalweb/oci8Pdo": "dev-master"
```

Run `composer update` afterwards.

### In your PHP project

[](#in-your-php-project)

### Config

[](#config)

```
return [
    'components' => [
        'db' => [
            'class' => 'professionalweb\oci8Pdo\Connection',
            'dsn' => 'oci:dbname=DBNAME',
            'username' => 'LOGIN',
            'password' => 'PASSWORD',
            'enableQueryCache' => false,
            'enableSchemaCache' => true,
            'schemaCache' => 'cache',
            'schemaCacheDuration' => 0,
            'queryCacheDuration' => 3600,
            'on afterOpen' => function($event) {
                $event->sender->createCommand("alter session set nls_date_format='dd.mm.yyyy hh24:mi'")->execute();
            }
        ]
    ]
];
```

The MIT License
---------------

[](#the-mit-license)

Copyright (c) 2012 Jeroen den Haan

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~134 days

Total

2

Last Release

3764d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1365ec6405d0ae656f92345bbe388afc34a12a19c3ab0c9ff909b5d4ea3d83a0?d=identicon)[SergioMadness](/maintainers/SergioMadness)

---

Top Contributors

[![yjeroen](https://avatars.githubusercontent.com/u/1303988?v=4)](https://github.com/yjeroen "yjeroen (16 commits)")

---

Tags

pdooracleoci8yii2component

### Embed Badge

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

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

###  Alternatives

[doctrine/dbal

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

9.7k595.8M6.5k](/packages/doctrine-dbal)[eftec/pdoone

Minimaist procedural PDO wrapper library

1116.1k9](/packages/eftec-pdoone)[jonas-elias/hyperf-oracle

A oracle handler for hyperf/database.

102.3k](/packages/jonas-elias-hyperf-oracle)

PHPackages © 2026

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