PHPackages                             rubyan/simple-oracle - 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. rubyan/simple-oracle

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

rubyan/simple-oracle
====================

Simple class to connect to a Oracle database using OCI8

013PHP

Since Jul 7Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Rubyan/simple-oracle)[ Packagist](https://packagist.org/packages/rubyan/simple-oracle)[ RSS](/packages/rubyan-simple-oracle/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Connect with CakePHP 3 to Oracle
================================

[](#connect-with-cakephp-3-to-oracle)

This is a very lightweight solution to connect to an Oracle Database using OCI8.

Installing via composer:
------------------------

[](#installing-via-composer)

composer require rubyan/simple-oracle:dev-master

Example usage in CakePHP 3
--------------------------

[](#example-usage-in-cakephp-3)

```
    $config['host'] = 'localhost';
    $config['username'] = 'demo';
    $config['password'] = 'demo';
    $config['port'] = 1521;
    $config['instance_name'] = 'xe';
    $config['charset'] = 'UTF8';

    $db = new \Rubyan\Oracle\Oracle($config);
    $sql = 'SELECT * FROM HR.JOBS';
    $db->execute($sql);
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/87746779?v=4)[rubyan](/maintainers/rubyan)[@rubyan](https://github.com/rubyan)

---

Top Contributors

[![johanvanderkuijl](https://avatars.githubusercontent.com/u/1000115?v=4)](https://github.com/johanvanderkuijl "johanvanderkuijl (2 commits)")

### Embed Badge

![Health badge](/badges/rubyan-simple-oracle/health.svg)

```
[![Health](https://phpackages.com/badges/rubyan-simple-oracle/health.svg)](https://phpackages.com/packages/rubyan-simple-oracle)
```

###  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)[pgvector/pgvector

pgvector support for PHP

198628.3k10](/packages/pgvector-pgvector)

PHPackages © 2026

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