PHPackages                             albertborsos/yii2-oracle-dbmanager - 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. albertborsos/yii2-oracle-dbmanager

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

albertborsos/yii2-oracle-dbmanager
==================================

overrided \\yii\\rbac\\DbManager for Oracle

01014PHP

Since Oct 8Pushed 11y ago1 watchersCompare

[ Source](https://github.com/albertborsos/yii2-dbmanager-4-oracle)[ Packagist](https://packagist.org/packages/albertborsos/yii2-oracle-dbmanager)[ RSS](/packages/albertborsos-yii2-oracle-dbmanager/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Yii2 DbManager class for Oracle databases
=========================================

[](#yii2-dbmanager-class-for-oracle-databases)

Warning: Yii2 is in beta version
--------------------------------

[](#warning-yii2-is-in-beta-version)

I can not guarantee that this package is up-to-date to Yii2 beta framework.

Description
-----------

[](#description)

Oracle required that a table column name to be uppercase. I updated the original \\yii\\rbac\\DbManager class's every attributes name, and included the missing classes because of the new namespace.

- schema with uppercase letters and Oracle specific syntax for generating the required tables

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

[](#installation)

1.) Download via `packagist` by adding the following line to your `composer.json`

```
	"require": {
		"albertborsos/yii2-oracle-dbmanager": "*"
	},

```

2.) Add or update the following component to your config file:

```
'components' => [
	...
	'authManager' => [
		'class' => 'vendor\albertborsos\yii2oracledbmanager\DbManager',
		'itemTable' => 'TBL_AUTH_ITEM',
		'itemChildTable' => 'TBL_AUTH_ITEM_CHILD',
		'assignmentTable' => 'TBL_AUTH_ASSIGNMENT',
		'ruleTable' => 'TBL_AUTH_RULE',
	],
	...
],

```

3.) Create the tables by the `schema-oracle.sql` script

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

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

---

Top Contributors

[![albertborsos](https://avatars.githubusercontent.com/u/7307145?v=4)](https://github.com/albertborsos "albertborsos (1 commits)")

### Embed Badge

![Health badge](/badges/albertborsos-yii2-oracle-dbmanager/health.svg)

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

###  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)
