2017 © Pedro Peláez
 

library oci8

Wrapper for PHP oci8 / Oracle functions

image

vagovszky/oci8

Wrapper for PHP oci8 / Oracle functions

  • Wednesday, February 14, 2018
  • by vagovszky
  • Repository
  • 1 Watchers
  • 0 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 8 % Grown

The README.md

oci8

Wrapper for PHP oci8 / Oracle functions, (*1)

Oci8 is a wrapper for the PHP Oracle OCI functions that allows interaction with Oracle databases by using objects in place of the regular oci_* functions., (*2)

this package is based on https://github.com/jpina/oci8, (*3)

Oci8 converts the warnings thrown by the oci_* function into Oci8Exceptions for better error handling., (*4)

Install

Via Composer, (*5)

``` bash $ composer require vagovszky/oci8, (*6)


## Usage Connect to a database, execute a query and fetch a row: ``` php $db = new Oci8\Connection('username', 'password', 'connstring'); $statement = $db->parse('SELECT * FROM dual'); $statement->execute(); $row = $statement->fetchAssoc();

The Versions

14/02 2018

dev-master

9999999-dev

Wrapper for PHP oci8 / Oracle functions

  Sources   Download

Apache-2.0 Apache 2.0

The Requires

  • php >=5.4.0

 

by Martin Vagovszky

php oci8 oracle

09/09 2016

1.0.1

1.0.1.0

Wrapper for PHP oci8 / Oracle functions

  Sources   Download

Apache 2.0

The Requires

  • php >=5.4.0

 

by Martin Vagovszky

php oci8 oracle

09/09 2016

1.0.0

1.0.0.0

Wrapper for PHP oci8 / Oracle functions

  Sources   Download

Apache 2.0

The Requires

  • php >=5.4.0

 

by Martin Vagovszky

php oci8 oracle