PHPackages                             imbo/imbo-multi-backend - 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. imbo/imbo-multi-backend

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

imbo/imbo-multi-backend
=======================

Use multiple database/storage backends for Imbo

0.0.2(10y ago)035MITPHPPHP &gt;=5.4.0

Since Dec 2Pushed 10y ago2 watchersCompare

[ Source](https://github.com/imbo/imbo-multi-backend)[ Packagist](https://packagist.org/packages/imbo/imbo-multi-backend)[ RSS](/packages/imbo-imbo-multi-backend/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

imbo-multi-backend
==================

[](#imbo-multi-backend)

Use multiple database/storage backends for Imbo

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

[](#installation)

### Setting up the dependencies

[](#setting-up-the-dependencies)

If you've installed Imbo through composer, getting the multi backend adapter up and running is really simple. Simply add `imbo/imbo-multi-backend` as a dependency and run `composer update`.

```
{
    "require": {
        "imbo/imbo-multi-backend": "dev-master",
    }
}
```

### Configuring Imbo

[](#configuring-imbo)

Once you've got it installed, you need to configure the adapter. An example configuration file can be found in `config/config.dist.php`. Simply copy the file to your Imbo `config` folder, adjust the parameters and name it `multi-backend.php`, for instance. Imbo should pick it up automatically and use the configured adapters.

A word of warning
-----------------

[](#a-word-of-warning)

This is in early stages of development, and there are a lot of scenarios that have not been accounted for. The way it works currently is to simply loop through the backends provided and try to perform the same operation on each backend, one at a time. Exceptions triggered from any of these adapters can cause the two backends to end up in an unsynced state. In the future, you could image some sort of rollback pattern being applied in cases like this, to try and have synchronized backends.

For fetch operations, it'll try to read the data/status from each backend until it finds one that returns a positive result. If none is found, a 404 is triggered (as expected).

License
=======

[](#license)

Copyright (c) 2015, [Espen Hovlandsdal](mailto:espen@hovlandsdal.com)

Licensed under the MIT License

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

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

Every ~0 days

Total

2

Last Release

3863d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/48200?v=4)[Espen Hovlandsdal](/maintainers/rexxars)[@rexxars](https://github.com/rexxars)

---

Top Contributors

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

---

Tags

databasestoragebackendmultipleimbo

### Embed Badge

![Health badge](/badges/imbo-imbo-multi-backend/health.svg)

```
[![Health](https://phpackages.com/badges/imbo-imbo-multi-backend/health.svg)](https://phpackages.com/packages/imbo-imbo-multi-backend)
```

###  Alternatives

[nitecon/zf2-db-session

Zend Framework 2 database session storage

204.8k](/packages/nitecon-zf2-db-session)

PHPackages © 2026

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