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 3d 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 54% 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

4399d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4d696006326ddbd8945a6c82ef3c77d3d436747670c1dde4963df9971aa9b9a9?d=identicon)[winkbrace](/maintainers/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.8k52.4M9.4k](/packages/illuminate-database)[cybercog/laravel-love

Make Laravel Eloquent models reactable with any type of emotions in a minutes!

1.2k302.7k1](/packages/cybercog-laravel-love)[cviebrock/eloquent-taggable

Easy ability to tag your Eloquent models in Laravel.

567694.8k3](/packages/cviebrock-eloquent-taggable)[clickbar/laravel-magellan

This package provides functionality for working with the postgis extension in Laravel.

423715.4k1](/packages/clickbar-laravel-magellan)[genealabs/laravel-pivot-events

This package introduces new eloquent events for sync(), attach(), detach() or updateExistingPivot() methods on BelongsToMany relation.

1404.9M8](/packages/genealabs-laravel-pivot-events)[reedware/laravel-relation-joins

Adds the ability to join on a relationship by name.

2121.2M13](/packages/reedware-laravel-relation-joins)

PHPackages © 2026

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