PHPackages                             intersvyaz/pdo-oci8 - 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. intersvyaz/pdo-oci8

ActiveLibrary[Database &amp; ORM](/categories/database)

intersvyaz/pdo-oci8
===================

PDO userspace driver proxying calls to PHP OCI8 driver

2.0.5(9y ago)565.4k31MITPHPPHP &gt;=5.5.0

Since Mar 16Pushed 8y ago10 watchersCompare

[ Source](https://github.com/intersvyaz/pdo-oci8)[ Packagist](https://packagist.org/packages/intersvyaz/pdo-oci8)[ RSS](/packages/intersvyaz-pdo-oci8/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (1)Versions (10)Used By (1)

PDO Userspace Driver for Oracle (oci8)
======================================

[](#pdo-userspace-driver-for-oracle-oci8)

[![Latest Stable Version](https://camo.githubusercontent.com/5a2d6b5262be1a90c7f77f05eb07106113d9f914da93be0b44e2d670c9718aa8/68747470733a2f2f706f7365722e707567782e6f72672f696e746572737679617a2f70646f2d6f6369382f762f737461626c65)](https://packagist.org/packages/intersvyaz/pdo-oci8)[![Total Downloads](https://camo.githubusercontent.com/196681dbd101d2c532a4e42d6d84c9d101665a23032b7911bb50dc7e1ce38a17/68747470733a2f2f706f7365722e707567782e6f72672f696e746572737679617a2f70646f2d6f6369382f646f776e6c6f616473)](https://packagist.org/packages/intersvyaz/pdo-oci8)[![License](https://camo.githubusercontent.com/da9143c8ab181b77d58a60f8a7c53202ff9d2e4087c1440759502de7c11146b3/68747470733a2f2f706f7365722e707567782e6f72672f696e746572737679617a2f70646f2d6f6369382f6c6963656e7365)](https://packagist.org/packages/intersvyaz/pdo-oci8)

This package is a simple userspace driver for PDO that uses the tried and tested [OCI8](http://php.net/oci8) functions instead of using the still experimental and not all that functionnal [PDO\_OCI](http://www.php.net/manual/en/ref.pdo-oci.php) library.

**Please report any bugs you may find.**

Features
--------

[](#features)

### Automatic save blob fields.

[](#automatic-save-blob-fields)

Use `Oci8::PARAM_BLOB` and `Oci8::PARAM_CLOB` constant in bindValue.

```
Yii::app()->db->createCommand("INSERT INTO table (data) VALUES (empty_blob()) returning data into :data")
->bindParam(':data', 'very very long string', Oci8::PARAM_BLOB)
->execute();
```

\##Installation

Run `php composer.phar require "intersvyaz/pdo-oci8: ~2.0.0"`or add as a requirement to composer.json:

```
{
    "require": {
        "intersvyaz/pdo-oci8": "~2.0.0"
    }
}
```

And then run `composer update`

\###Credits

- [crazycodr/pdo-via-oci8](https://github.com/crazycodr/pdo-via-oci8)
- [yajra/laravel-pdo-via-oci8](https://github.com/yajra/laravel-pdo-via-oci8)

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity33

Limited adoption so far

Community25

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~87 days

Recently: every ~162 days

Total

9

Last Release

3384d ago

Major Versions

v1.0.2 → 2.0.02015-04-30

### Community

Maintainers

![](https://www.gravatar.com/avatar/03f36c54791162f622dde8344f3008eeb39d52d2eca72f2a4af5516da92579a3?d=identicon)[intersvyaz-it](/maintainers/intersvyaz-it)

![](https://www.gravatar.com/avatar/ae78efa4c27dbb486b41d59fca3d271bc79616fcc6f3bc9859e5a1e9961cd66d?d=identicon)[kikimor](/maintainers/kikimor)

---

Top Contributors

[![yajra](https://avatars.githubusercontent.com/u/2687997?v=4)](https://github.com/yajra "yajra (40 commits)")[![miramir](https://avatars.githubusercontent.com/u/686364?v=4)](https://github.com/miramir "miramir (16 commits)")[![kikimor](https://avatars.githubusercontent.com/u/5276246?v=4)](https://github.com/kikimor "kikimor (9 commits)")[![alfmel](https://avatars.githubusercontent.com/u/4806187?v=4)](https://github.com/alfmel "alfmel (7 commits)")[![forgandenny](https://avatars.githubusercontent.com/u/2554234?v=4)](https://github.com/forgandenny "forgandenny (4 commits)")[![ramsey](https://avatars.githubusercontent.com/u/42941?v=4)](https://github.com/ramsey "ramsey (3 commits)")[![AdamWillden](https://avatars.githubusercontent.com/u/4629144?v=4)](https://github.com/AdamWillden "AdamWillden (2 commits)")[![fhferreira](https://avatars.githubusercontent.com/u/140686?v=4)](https://github.com/fhferreira "fhferreira (2 commits)")[![geotechhn](https://avatars.githubusercontent.com/u/5721485?v=4)](https://github.com/geotechhn "geotechhn (1 commits)")[![mistermuckle](https://avatars.githubusercontent.com/u/159495?v=4)](https://github.com/mistermuckle "mistermuckle (1 commits)")[![felippeduarte](https://avatars.githubusercontent.com/u/8507498?v=4)](https://github.com/felippeduarte "felippeduarte (1 commits)")[![wernerm](https://avatars.githubusercontent.com/u/411270?v=4)](https://github.com/wernerm "wernerm (1 commits)")[![barbuslex](https://avatars.githubusercontent.com/u/113057?v=4)](https://github.com/barbuslex "barbuslex (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/intersvyaz-pdo-oci8/health.svg)

```
[![Health](https://phpackages.com/badges/intersvyaz-pdo-oci8/health.svg)](https://phpackages.com/packages/intersvyaz-pdo-oci8)
```

###  Alternatives

[doctrine/orm

Object-Relational-Mapper for PHP

10.2k285.3M6.2k](/packages/doctrine-orm)[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k115.1M102](/packages/jdorn-sql-formatter)[illuminate/database

The Illuminate Database package.

2.8k52.4M9.4k](/packages/illuminate-database)[ramsey/uuid-doctrine

Use ramsey/uuid as a Doctrine field type.

90440.3M211](/packages/ramsey-uuid-doctrine)[reliese/laravel

Reliese Components for Laravel Framework code generation.

1.7k3.4M16](/packages/reliese-laravel)[wildside/userstamps

Laravel Userstamps provides an Eloquent trait which automatically maintains `created\_by` and `updated\_by` columns on your model, populated by the currently authenticated user in your application.

7511.7M13](/packages/wildside-userstamps)

PHPackages © 2026

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