PHPackages                             moln/expressive-callable-middleware-compat - 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. moln/expressive-callable-middleware-compat

Abandoned → No replacement and no recommend.ArchivedLibrary[Framework](/categories/framework)

moln/expressive-callable-middleware-compat
==========================================

Compatible with callable middleware in Expressive V3

0.1.0(8y ago)0378MITPHP

Since Mar 16Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Moln/expressive-callable-middleware-compat)[ Packagist](https://packagist.org/packages/moln/expressive-callable-middleware-compat)[ RSS](/packages/moln-expressive-callable-middleware-compat/feed)WikiDiscussions master Synced yesterday

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

Expressive callable middleware compat
=====================================

[](#expressive-callable-middleware-compat)

[![Build Status](https://camo.githubusercontent.com/aa734f146efdb17b66d503b7880897ad4bfb4c796f55fe1e80a2aed30b6fe5db/68747470733a2f2f7472617669732d63692e6f72672f4d6f6c6e2f657870726573736976652d63616c6c61626c652d6d6964646c65776172652d636f6d7061742e706e67)](https://travis-ci.org/Moln/expressive-callable-middleware-compat)[![Coverage Status](https://camo.githubusercontent.com/bd2c37843d412c0bf20e6cb10a410756ec6a1238fa06399d04b6395a41ce8264/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f4d6f6c6e2f657870726573736976652d63616c6c61626c652d6d6964646c65776172652d636f6d7061742f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/Moln/expressive-callable-middleware-compat?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/63cfdca020dcaba6fd11840f3f5e102aa9dac607402a53be057c460f65f0dcac/68747470733a2f2f706f7365722e707567782e6f72672f6d6f6c6e2f657870726573736976652d63616c6c61626c652d6d6964646c65776172652d636f6d7061742f762f737461626c652e706e67)](https://packagist.org/packages/moln/expressive-callable-middleware-compat)

Compatible with callable middleware in Expressive V3

Install
-------

[](#install)

```
composer require moln/expressive-callable-middleware-compat
```

Usage
-----

[](#usage)

Add `Moln\ExpressiveCallableCompat\ConfigProvider::class` in `expressive-skeleton/config/config.php`

```
class TestMiddleware {
    public function __invoke(ServerRequestInterface $request, ResponseInterface $response, callable $next) {
         return $next($request, $response);
    }
}

$app->pipe(TestMiddleware::class);
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

2980d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

callablepsr-15expressive

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/moln-expressive-callable-middleware-compat/health.svg)

```
[![Health](https://phpackages.com/badges/moln-expressive-callable-middleware-compat/health.svg)](https://phpackages.com/packages/moln-expressive-callable-middleware-compat)
```

###  Alternatives

[chubbyphp/chubbyphp-framework

A minimal, highly performant middleware PSR-15 microframework built with as little complexity as possible, aimed primarily at those developers who want to understand all the vendors they use.

13544.4k4](/packages/chubbyphp-chubbyphp-framework)[kafkiansky/symfony-middleware

PSR-15 Middleware for symfony.

7959.6k](/packages/kafkiansky-symfony-middleware)[woohoolabs/harmony

Woohoo Labs. Harmony

16612.7k2](/packages/woohoolabs-harmony)[yiisoft/csrf

Yii CSRF Protection Library

27253.1k10](/packages/yiisoft-csrf)[yiisoft/error-handler

Yii Error Handling Library

21363.6k15](/packages/yiisoft-error-handler)[yiisoft/session

A session service, PSR-15 session middleware, and a flash message service which helps use one-time messages.

20311.6k13](/packages/yiisoft-session)

PHPackages © 2026

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