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

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

winkbrace/oracle
================

Complete library for interacting with Oracle databases

1.0.4(12y ago)419MITPHPPHP &gt;=5.3.0

Since Mar 19Pushed 12y agoCompare

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

READMEChangelog (5)Dependencies (3)Versions (6)Used By (0)

WinkBrace Oracle library
------------------------

[](#winkbrace-oracle-library)

### Installation

[](#installation)

download this repository or install via composer. Put this line in your composer.json file.

```
require {
    "winkbrace/oracle": "master-dev"
}

```

After running `composer install -o` edit the config.php file located in the root of this library with your database connection information.

### Logging

[](#logging)

You can enable the option to log each query in config.php. The QueryLogger implementation is currently defined in the bootstrap file.

### Testing

[](#testing)

If you want to run the test suite, first execute the sql script located at

```
tests/prepare_test_schema.sql

```

Make sure you create a \_log folder inside the tests folder if that is missing. I keep the logs outside version control. The coverage report will be created in this folder at `tests/_log/coverage/index.html`

If you are running these tests on windows, make sure you have [ansicon](https://github.com/adoxa/ansicon/downloads "ansicon") installed to see colored output.

To run all unit tests, there are two convenient helper batch files (on Windows only)

- unit.bat: run all tests and create html coverage report. (slow (4 secs))
- t.bat: run all tests except those in the @group database and without the coverage report (fast)

To run only 1 test set type for example:

```
t StatementTest.php

```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity62

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

Total

5

Last Release

4445d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1883930?v=4)[Bas de Ruiter](/maintainers/winkbrace)[@winkbrace](https://github.com/winkbrace)

---

Top Contributors

[![winkbrace](https://avatars.githubusercontent.com/u/1883930?v=4)](https://github.com/winkbrace "winkbrace (9 commits)")

###  Code Quality

TestsCodeception

### Embed Badge

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

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

###  Alternatives

[illuminate/database

The Illuminate Database package.

2.8k54.1M11.2k](/packages/illuminate-database)[kirschbaum-development/eloquent-power-joins

The Laravel magic applied to joins.

1.6k29.9M42](/packages/kirschbaum-development-eloquent-power-joins)[yajra/laravel-oci8

Oracle DB driver for Laravel via OCI8

8723.1M23](/packages/yajra-laravel-oci8)[glushkovds/phpclickhouse-laravel

Adapter of the most popular library https://github.com/smi2/phpClickHouse to Laravel

2051.4M2](/packages/glushkovds-phpclickhouse-laravel)[lemaur/eloquent-publishing

207.8k1](/packages/lemaur-eloquent-publishing)[laravel-liberu/laravel-gedcom

A package that converts gedcom files to Eloquent models

782.5k1](/packages/laravel-liberu-laravel-gedcom)

PHPackages © 2026

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