PHPackages                             apaoww/yii2-dbmanager-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. apaoww/yii2-dbmanager-oci8

ActiveYii2-extension[Database &amp; ORM](/categories/database)

apaoww/yii2-dbmanager-oci8
==========================

Auth Dbmanager for Yii2 for Oracle db Customize for Oci8 driver

0400PHP

Since Sep 14Pushed 2y ago1 watchersCompare

[ Source](https://github.com/apaoww/yii2-dbmanager-oci8)[ Packagist](https://packagist.org/packages/apaoww/yii2-dbmanager-oci8)[ RSS](/packages/apaoww-yii2-dbmanager-oci8/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Yii2 authManager dbmanager for Oracle Oci8 Driver
=================================================

[](#yii2-authmanager-dbmanager-for-oracle-oci8-driver)

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

[](#installation)

### Install With Composer

[](#install-with-composer)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require apaoww/yii2-dbmanager-oci8 "dev-master"

```

or add

```
"apaoww/yii2-dbmanager-oci8": "dev-master"

```

to the require section of your `composer.json` file.

### Install From Archive

[](#install-from-archive)

Download source at

```
return [
    ...
    'aliases' => [
        '@apaoww/DbManagerOci8' => 'path/to/your/extracted',
        ...
    ]
];

```

Usage
-----

[](#usage)

Once the extension is installed, simply modify your application configuration as follows :

```
return [
	'components' => [
		....
		'authManager' => [
                    'class' => 'apaoww\DbManagerOci8\DbManager', // or use 'yii\rbac\DbManager'
		    'itemTable' => 'SCHEMANAME.AUTH_ITEM',
            	    'assignmentTable' => 'SCHEMANAME.AUTH_ASSIGNMENT',
                    'itemChildTable' => 'SCHEMANAME.AUTH_ITEM_CHILD',
                    'ruleTable' => 'SCHEMANAME.AUTH_RULE',
                ],
];

```

Custom Auth's Table Migration
-----------------------------

[](#custom-auths-table-migration)

You may want to create auth's table using migration command. Instead of using yii default migrate (yii migrate), specify the custom migrationPath to point to custom auth's table migration, all column are uppercase.

```
php yii migrate --migrationPath=@apaoww/DbManagerOci8/migrations

```

###  Health Score

16

—

LowBetter than 4% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity21

Early-stage or recently created project

 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://www.gravatar.com/avatar/a775977f4705909feb9c4b573e420175096166c9084afb9084ac661f2e29dc16?d=identicon)[apaoww](/maintainers/apaoww)

---

Top Contributors

[![apaoww](https://avatars.githubusercontent.com/u/4974699?v=4)](https://github.com/apaoww "apaoww (13 commits)")

### Embed Badge

![Health badge](/badges/apaoww-yii2-dbmanager-oci8/health.svg)

```
[![Health](https://phpackages.com/badges/apaoww-yii2-dbmanager-oci8/health.svg)](https://phpackages.com/packages/apaoww-yii2-dbmanager-oci8)
```

###  Alternatives

[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k117.2M118](/packages/jdorn-sql-formatter)[propel/propel1

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

8351.6M87](/packages/propel-propel1)[jfelder/oracledb

Oracle DB driver for Laravel

11518.4k](/packages/jfelder-oracledb)

PHPackages © 2026

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