2017 © Pedro Peláez
 

library pdo-oci8

PDO userspace driver proxying calls to PHP OCI8 driver

image

intersvyaz/pdo-oci8

PDO userspace driver proxying calls to PHP OCI8 driver

  • Saturday, October 7, 2017
  • by intersvyaz-it
  • Repository
  • 11 Watchers
  • 5 Stars
  • 36,979 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 32 Forks
  • 0 Open issues
  • 10 Versions
  • 4 % Grown

The README.md

PDO Userspace Driver for Oracle (oci8)

Latest Stable Version Total Downloads License, (*1)

This package is a simple userspace driver for PDO that uses the tried and tested OCI8 functions instead of using the still experimental and not all that functionnal PDO_OCI library., (*2)

Please report any bugs you may find., (*3)

Features

Automatic save blob fields.

Use Oci8::PARAM_BLOB and Oci8::PARAM_CLOB constant in bindValue., (*4)

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:, (*5)

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

And then run composer update, (*6)

Credits

The Versions

07/10 2017

dev-master

9999999-dev

PDO userspace driver proxying calls to PHP OCI8 driver

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

The Development Requires

by yajra - Arjay Angeles
by Avatar kikimor

10/02 2017

2.0.5

2.0.5.0

PDO userspace driver proxying calls to PHP OCI8 driver

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

The Development Requires

by yajra - Arjay Angeles
by Avatar kikimor

10/02 2017

v2.0.4

2.0.4.0

PDO userspace driver proxying calls to PHP OCI8 driver

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

The Development Requires

by yajra - Arjay Angeles
by Avatar kikimor

28/10 2016

2.0.3

2.0.3.0

PDO userspace driver proxying calls to PHP OCI8 driver

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

The Development Requires

by yajra - Arjay Angeles
by Avatar kikimor

05/05 2015

2.0.2

2.0.2.0

PDO userspace driver proxying calls to PHP OCI8 driver

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

The Development Requires

by yajra - Arjay Angeles
by Avatar kikimor

05/05 2015

2.0.1

2.0.1.0

PDO userspace driver proxying calls to PHP OCI8 driver

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

The Development Requires

by yajra - Arjay Angeles
by Avatar kikimor

30/04 2015

2.0.0

2.0.0.0

PDO userspace driver proxying calls to PHP OCI8 driver

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

The Development Requires

by yajra - Arjay Angeles
by Avatar kikimor

24/03 2015

v1.0.2

1.0.2.0

PDO userspace driver proxying calls to PHP OCI8 driver

  Sources   Download

MIT

The Development Requires

by yajra - Arjay Angeles
by Avatar kikimor

18/03 2015

v1.0.1

1.0.1.0

PDO userspace driver proxying calls to PHP OCI8 driver

  Sources   Download

MIT

The Development Requires

by yajra - Arjay Angeles
by Avatar kikimor

16/03 2015

v1.0.0

1.0.0.0

PDO userspace driver proxying calls to PHP OCI8 driver

  Sources   Download

MIT

The Development Requires

by yajra - Arjay Angeles
by Avatar kikimor