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(4mo ago)0144PHPPHP &gt;=8.4.0

Since Jan 17Pushed 3mo 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 1mo 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

44

—

FairBetter than 92% of packages

Maintenance80

Actively maintained with recent releases

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

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

128d 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

[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)[mongodb/mongodb

MongoDB driver library

1.6k64.0M546](/packages/mongodb-mongodb)[ramsey/uuid-doctrine

Use ramsey/uuid as a Doctrine field type.

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

Reliese Components for Laravel Framework code generation.

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

PHPackages © 2026

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