PHPackages                             knoxzin1/aura-filter-middleware - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. knoxzin1/aura-filter-middleware

ActiveLibrary[HTTP &amp; Networking](/categories/http)

knoxzin1/aura-filter-middleware
===============================

Middleware to filter requests using Aura.Filter

v0.2.0(8y ago)04MITPHPPHP ^7.1

Since Feb 24Pushed 8y ago1 watchersCompare

[ Source](https://github.com/knoxzin1/aura-filter-middleware)[ Packagist](https://packagist.org/packages/knoxzin1/aura-filter-middleware)[ Docs](https://github.com/knoxzin1/aura-filter-middleware)[ RSS](/packages/knoxzin1-aura-filter-middleware/feed)WikiDiscussions master Synced today

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

Aura Filter Middleware
======================

[](#aura-filter-middleware)

[![Build Status](https://camo.githubusercontent.com/1b865b4faf50a0b0511de96580df948a3d61ebe9173397f6c8f8637b9e702b72/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6b6e6f787a696e312f617572612d66696c7465722d6d6964646c65776172652e7376673f6272616e63683d6d6173746572)](https://secure.travis-ci.org/knoxzin1/aura-filter-middleware)[![Coverage Status](https://camo.githubusercontent.com/55afc64f414658c90861b02dcc6727a0141100c015505d047c11fb2558c49edd/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6b6e6f787a696e312f617572612d66696c7465722d6d6964646c65776172652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/knoxzin1/aura-filter-middleware?branch=master)

Middleware to filter [Zend Expressive](https://github.com/zendframework/zend-expressive) requests using [Aura.Filter](https://github.com/auraphp/Aura.Filter).

Requirements
------------

[](#requirements)

- PHP &gt;= 7.1

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

[](#installation)

This package is installable and autoloadable via Composer as [knoxzin1/aura-filter-middleware](https://packagist.org/packages/knoxzin1/aura-filter-middleware).

```
composer require knoxzin1/aura-filter-middleware
```

Example
-------

[](#example)

Add the middleware to your pipeline

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

Pass the desired filter to the router options

```
[
    'name' => 'foo',
    'path' => '/fooo',
    'middleware' => FooMiddleware::class,
    'allowed_methods' => ['POST'],
    'options' => [
        'aura-filter' => FooFilter::class,
    ],
],
```

The resulting object will be avaiable with the `validationResult` attribute name.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

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

2997d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/072deaacb02fa882b5dc978ac7369f5a2eb39eec8dd1ca59a874bc06935088ea?d=identicon)[knoxzin1](/maintainers/knoxzin1)

---

Top Contributors

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

---

Tags

auraphpfiltermiddlewarephppsr-15psr-7zend-expressivehttppsr-7middlewareserverfilterpsr-15zend-expressiveaura.filter

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/knoxzin1-aura-filter-middleware/health.svg)

```
[![Health](https://phpackages.com/badges/knoxzin1-aura-filter-middleware/health.svg)](https://phpackages.com/packages/knoxzin1-aura-filter-middleware)
```

###  Alternatives

[mezzio/mezzio

PSR-15 Middleware Microframework

3883.6M97](/packages/mezzio-mezzio)[mezzio/mezzio-authentication

Authentication middleware for Mezzio and PSR-7 applications

121.6M26](/packages/mezzio-mezzio-authentication)[middlewares/request-handler

Middleware to execute request handlers

451.6M25](/packages/middlewares-request-handler)[middlewares/utils

Common utils for PSR-15 middleware packages

503.4M93](/packages/middlewares-utils)[mezzio/mezzio-authentication-oauth2

OAuth2 (server) authentication middleware for Mezzio and PSR-7 applications.

28483.0k2](/packages/mezzio-mezzio-authentication-oauth2)[middlewares/firewall

Middleware to provide IP filtering

12318.3k2](/packages/middlewares-firewall)

PHPackages © 2026

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