PHPackages                             coogle/multidatabase - 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. coogle/multidatabase

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

coogle/multidatabase
====================

A multi-database module for Zend Framework 2

1.0.x-dev(12y ago)2141BSD-3-ClausePHP

Since Jan 31Pushed 12y ago1 watchersCompare

[ Source](https://github.com/coogle/MultiDatabase)[ Packagist](https://packagist.org/packages/coogle/multidatabase)[ Docs](http://www.github.com/coogle/MultiDatabase)[ RSS](/packages/coogle-multidatabase/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (2)Used By (0)

ZF2 MultiDatabase Module
========================

[](#zf2-multidatabase-module)

Introduction
------------

[](#introduction)

This simple module allows you to define multiple database connections easily in ZF2 projects.

Usage
-----

[](#usage)

Usage is very straightforward, simply add configuration keys as shown:

```
array(
        'db-portal' => array(
                'driver' => 'Pdo',
                'dsn' => 'mysql:dbname=portal;host=localhost',
                'driver_options' => array(
                        PDO::MYSQL_ATTR_INIT_COMMAND => 'SET NAMES\'UTF8\''
                )
        ),
        'db-radius' => array(
                'driver' => 'Pdo',
                'dsn' => 'mysql:dbname=radius;host=localhost',
                'driver_options' => array(
                        PDO::MYSQL_ATTR_INIT_COMMAND => 'SET NAMES\'UTF8\''
                )
        ),
        'service_manager' => array(
                'factories' => array(
                        'Zend\Db\Adapter\Adapter' => new AdapterServiceFactory('db-portal'),
                        'Radius-Db' => new AdapterServiceFactory('db-radius')
                )
        )
);

```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4534d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d7043ad52e63ccfe2863972000b96884ca9aa6c5b86a8b827544dd98067e74cc?d=identicon)[coogle](/maintainers/coogle)

---

Top Contributors

[![coogle](https://avatars.githubusercontent.com/u/1863471?v=4)](https://github.com/coogle "coogle (3 commits)")

### Embed Badge

![Health badge](/badges/coogle-multidatabase/health.svg)

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

###  Alternatives

[tawfekov/zf2entityaudit

EntityAudit Module for Zend Framework2 , Doctrine2 and web interface

1710.4k](/packages/tawfekov-zf2entityaudit)

PHPackages © 2026

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