PHPackages                             reinfi/zfe-module-bridge-provider - 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. reinfi/zfe-module-bridge-provider

ActiveLibrary

reinfi/zfe-module-bridge-provider
=================================

An Zend Expressive module for loading ZF2 or ZF3 modules.

1.0(8y ago)111.7kMITPHPPHP &gt;=7.0

Since Nov 26Pushed 8y ago1 watchersCompare

[ Source](https://github.com/reinfi/zfe-module-bridge-provider)[ Packagist](https://packagist.org/packages/reinfi/zfe-module-bridge-provider)[ RSS](/packages/reinfi-zfe-module-bridge-provider/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (5)Versions (2)Used By (0)

[![Build Status](https://camo.githubusercontent.com/5c3a5c0833c80dd0b83c40aab100284a0f7c89ce78bae1d474d20652b2d1788a/68747470733a2f2f7472617669732d63692e6f72672f7265696e66692f7a66652d6d6f64756c652d6272696467652d70726f76696465722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/reinfi/zfe-module-bridge-provider)[![Coverage Status](https://camo.githubusercontent.com/1b39742ff4dcf887897330f5cc31f2f2adf02d19fa15b375aa43cecf3e95ef9e/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f7265696e66692f7a66652d6d6f64756c652d6272696467652d70726f76696465722f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/reinfi/zfe-module-bridge-provider?branch=master)

Add ZF2 or ZF3 modules to your Zend Expressive application via this bridge.

### Installation

[](#installation)

1. Install with Composer: `composer require reinfi/zfe-module-bridge-provider`.
2. Use `ModuleBridgeProvider` in your `config.php`:

```
$aggregator = new ConfigAggregator([
    new \Reinfi\ModuleBridgeProvider\ModuleBridgeProvider(
        [
            YourModule::class,
            AnotherModule::class,
        ]
    ),
]);

return $aggregator->getMergedConfig();
```

### What it does.

[](#what-it-does)

It loads every given module with the `loadModule` and `loadModule.resolve` events from the module manager.

### What it not does.

[](#what-it-not-does)

It does not trigger any `init` or `onBootstrap` methods from the module definition.

### FAQ

[](#faq)

Feel free to ask any questions or open own pull requests.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

3089d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

expressiveproviderzend-frameworkzendprovidermoduleexpressive

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/reinfi-zfe-module-bridge-provider/health.svg)

```
[![Health](https://phpackages.com/badges/reinfi-zfe-module-bridge-provider/health.svg)](https://phpackages.com/packages/reinfi-zfe-module-bridge-provider)
```

PHPackages © 2026

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