PHPackages                             offsite-solutions/eisodos-db-connector-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. offsite-solutions/eisodos-db-connector-oci8

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

offsite-solutions/eisodos-db-connector-oci8
===========================================

Eisodos DB Connector - ORACLE

1.0.14(5mo ago)0209PHPPHP &gt;=8.4.0

Since Jan 17Pushed 4mo ago2 watchersCompare

[ Source](https://github.com/offsite-solutions/EisodosDBOracle)[ Packagist](https://packagist.org/packages/offsite-solutions/eisodos-db-connector-oci8)[ RSS](/packages/offsite-solutions-eisodos-db-connector-oci8/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (10)Dependencies (1)Versions (16)Used By (0)

ConnectorOCI8
=============

[](#connectoroci8)

Eisodos Framework ORACLE Database Connector

Prerequisites
-------------

[](#prerequisites)

- PHP 8.4
    - Tested with PHP 8.4
- Installed ext-oci8
    - Tested with ORACLE InstantClient 21.13
    - Tested with oci8-3.4.0 extension
- Eisodos framework
    - Minimum version 1.1.0 (DBConnector Interface changed)

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

[](#installation)

Installation via composer:

```
composer install "offsite-solutions/eisodos-db-connector-oci8"

```

Configuration
-------------

[](#configuration)

Default configuration:

```
[Database]
connectMode=
username={username}
password={password}
connection={TNS name}
characterSet=
autoCommit=false
connectSQL=ALTER SESSION SET NLS_DATE_FORMAT='YYYY-MM-DD HH24:MI:SS';ALTER SESSION SET NLS_TIMESTAMP_FORMAT='YYYY-MM-DD HH24:MI:SS';ALTER SESSION SET NLS_SORT='hungarian';

```

### ConnectMode

[](#connectmode)

OCI ConnectMode can be **cached, persistent, empty**(default) according to OCI8 connection options. See PHP documentation for details:

### Authentication

[](#authentication)

Currently only username, password based authentication implemented. Connection string can be anything (tns name|server:port/SID|tns description), see the documentation:

### CharacterSet

[](#characterset)

Default character set is AL32UTF8.

### AutoCommit

[](#autocommit)

If it's **true**, every command will be auto-committed (not recommended). Default is **false**.

### ConnectSQL

[](#connectsql)

Series of SQLs which will be executed right after successful connection.

Initialization
--------------

[](#initialization)

```
  use Eisodos\Connectors\ConnectorOCI8;
  use Eisodos\Eisodos;

  Eisodos::$dbConnectors->registerDBConnector(new ConnectorOCI8(), 0);
  Eisodos::$dbConnectors->db()->connect();

  Eisodos::$dbConnectors->db()->disconnect();

```

Methods
-------

[](#methods)

See Eisodos DBConnector Interface documentation:

###  Health Score

43

—

FairBetter than 90% of packages

Maintenance73

Regular maintenance activity

Popularity14

Limited adoption so far

Community8

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

Total

15

Last Release

174d ago

PHP version history (2 changes)1.0.0PHP &gt;=8.3.0

1.0.4PHP &gt;=8.4.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/8bc6a2c7c4c548677094667632562471dc59dcb319bdda8a05369d2561b16106?d=identicon)[LaszloB](/maintainers/LaszloB)

---

Top Contributors

[![LBanfalvi](https://avatars.githubusercontent.com/u/12492420?v=4)](https://github.com/LBanfalvi "LBanfalvi (17 commits)")

### Embed Badge

![Health badge](/badges/offsite-solutions-eisodos-db-connector-oci8/health.svg)

```
[![Health](https://phpackages.com/badges/offsite-solutions-eisodos-db-connector-oci8/health.svg)](https://phpackages.com/packages/offsite-solutions-eisodos-db-connector-oci8)
```

###  Alternatives

[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k116.5M113](/packages/jdorn-sql-formatter)[propel/propel1

Propel is an open-source Object-Relational Mapping (ORM) for PHP5.

8351.6M87](/packages/propel-propel1)

PHPackages © 2026

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