PHPackages                             zf2timo/zf-mvc-expressive-bridge - 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. [Framework](/categories/framework)
4. /
5. zf2timo/zf-mvc-expressive-bridge

ActiveLibrary[Framework](/categories/framework)

zf2timo/zf-mvc-expressive-bridge
================================

Builds a Bridge between Zend Expressive and Plugin Managers of Zend\\MVC

1.0.0(10y ago)02.6k11BSD-3-ClausePHP

Since Mar 24Pushed 10y ago1 watchersCompare

[ Source](https://github.com/zf2timo/zf-mvc-expressive-bridge)[ Packagist](https://packagist.org/packages/zf2timo/zf-mvc-expressive-bridge)[ RSS](/packages/zf2timo-zf-mvc-expressive-bridge/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (1)Dependencies (7)Versions (3)Used By (1)

ZF MVC Expressive Bridge
========================

[](#zf-mvc-expressive-bridge)

Currently all Factories for the Zend PluginManagers are in the Zend\\MVC Package. When the next iteration of Zend Framework is released, all Factories are moved to their correct Packages. But until then you can install this Bridge

All Factories just copied form the Zend\\MVC@2.7.3 Packages. They only extended slightly to load the Config from the ContainerInterface - because it is not automatically injected by Expressive.

Installation
============

[](#installation)

composer:

```
composer require zf2timo/zf-mvc-expressive-bridge

```

The other Packages are not installed automatically - they are only suggest. I don't want to bloat your Application with unused Packages. So it is on your side, to add the correct dependencies.

Configuration
=============

[](#configuration)

Example for the InputFilterManager:

```
// config/autoload/dependencies.global.php
return [
    'dependencies' => [
        'factories' => [
            Zend\InputFilter\InputFilter::class => \zf2timo\Bridge\Factory\InputFilterManagerFactory::class
        ]
    ],
];
```

The Configuration Keys are followed by ZF2 ServiceManager Keys:

array\_keyPluginManagerform\_elementsFormElementManagerfiltersFilterManagerhydratorsHydratorManagerinput\_filtersInputFilterManagervalidatorsFilterManagerMore Information: [Rob Allen Zend\\ServiceManager configuration keys](https://akrabat.com/zendservicemanager-configuration-keys/)

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity64

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

Unknown

Total

1

Last Release

3750d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9a0bb32211ada15f0899ccbfac9e93b4c3cb1320c18fb9e4aa299f8c41afc174?d=identicon)[zf2timo](/maintainers/zf2timo)

---

Top Contributors

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

---

Tags

mvczf2BridgeexpressivePluginManager

### Embed Badge

![Health badge](/badges/zf2timo-zf-mvc-expressive-bridge/health.svg)

```
[![Health](https://phpackages.com/badges/zf2timo-zf-mvc-expressive-bridge/health.svg)](https://phpackages.com/packages/zf2timo-zf-mvc-expressive-bridge)
```

###  Alternatives

[laminas/laminas-mvc

Laminas's event-driven MVC layer, including MVC Applications, Controllers, and Plugins

17326.0M388](/packages/laminas-laminas-mvc)

PHPackages © 2026

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