PHPackages                             helloj/yii2-dbmaker - 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. helloj/yii2-dbmaker

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

helloj/yii2-dbmaker
===================

DBMaker Driver for Yii2 Framework.

1.1.1(7y ago)091BSD-3-ClausePHP

Since May 20Pushed 7y ago1 watchersCompare

[ Source](https://github.com/helloj/yii2-dbmaker)[ Packagist](https://packagist.org/packages/helloj/yii2-dbmaker)[ Docs](https://github.com/helloj/yii2-dbmaker)[ RSS](/packages/helloj-yii2-dbmaker/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (3)Dependencies (3)Versions (4)Used By (0)

DBMaker Extension for Yii 2 (yii2-dbmaker)
==========================================

[](#dbmaker-extension-for-yii-2-yii2-dbmaker)

This extension adds [DBMaker](http://www.dbmaker.com.tw/) database engine extension for the [Yii framework 2.0](http://www.yiiframework.com).

This branch use the last developer version of Yii2 (dev-master)

Requirements
------------

[](#requirements)

- DBMaker Client driver installed
- PHP module pdo\_odbc
- DBMaker Database Server 5.4 or greater

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist "helloj/yii2-dbmaker:*"
```

or add

```
"helloj/yii2-dbmaker": "*"
```

to the require section of your composer.json.

Configuration
-------------

[](#configuration)

To use this extension, simply add the following code in your application configuration:

Using DBMaker:

```
return [
    //....
    'components' => [
        'db' => [
            'class'         => 'helloj\db\dbmaker\Connection',
            'dsn'           => 'odbc:DSN=MYDB;CLILCODE=UTF-8;ERRLCODE=en.UTF-8',
            'username'      => 'username',
            'password'      => 'password',
        ],
    ],
];
```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

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

Total

3

Last Release

2620d ago

### Community

Maintainers

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

---

Top Contributors

[![helloj](https://avatars.githubusercontent.com/u/5117416?v=4)](https://github.com/helloj "helloj (7 commits)")

---

Tags

yii2extensionactiverecorddbmaker

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/helloj-yii2-dbmaker/health.svg)

```
[![Health](https://phpackages.com/badges/helloj-yii2-dbmaker/health.svg)](https://phpackages.com/packages/helloj-yii2-dbmaker)
```

###  Alternatives

[dmstr/yii2-migrate-command

Console Migration Command with multiple paths/aliases support

31297.1k6](/packages/dmstr-yii2-migrate-command)[dmstr/yii2-db

Database extensions

19642.9k6](/packages/dmstr-yii2-db)

PHPackages © 2026

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