PHPackages                             tobias/zend-expressive-filter-delegator - 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. [Search &amp; Filtering](/categories/search)
4. /
5. tobias/zend-expressive-filter-delegator

AbandonedArchivedLibrary[Search &amp; Filtering](/categories/search)

tobias/zend-expressive-filter-delegator
=======================================

FilterPluginManager delegator to create filters from config.

1.0.0(9y ago)029MITPHPPHP ^5.6 || ^7.0

Since Dec 28Pushed 9y ago2 watchersCompare

[ Source](https://github.com/tobias-trozowski/zend-expressive-filter-delegator)[ Packagist](https://packagist.org/packages/tobias/zend-expressive-filter-delegator)[ Docs](https://github.com/tobias-trozowski/zend-expressive-filter-delegator)[ RSS](/packages/tobias-zend-expressive-filter-delegator/feed)WikiDiscussions master Synced 2mo ago

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

zend-expressive-filter-delegator
================================

[](#zend-expressive-filter-delegator)

[![License](https://camo.githubusercontent.com/e7d83809aeaedd330821e9f326a456aa9c7723f7f668aa0795e6318d73971c65/68747470733a2f2f706f7365722e707567782e6f72672f746f626961732f7a656e642d657870726573736976652d66696c7465722d64656c656761746f722f6c6963656e7365)](https://packagist.org/packages/tobias/zend-expressive-filter-delegator)[![Latest Stable Version](https://camo.githubusercontent.com/4d756d4f6ae511003f5177dcaf6f829c26f410e205e5fb0a3e1d59b202b53806/68747470733a2f2f706f7365722e707567782e6f72672f746f626961732f7a656e642d657870726573736976652d66696c7465722d64656c656761746f722f762f737461626c65)](https://packagist.org/packages/tobias/zend-expressive-filter-delegator)[![PHP 7 ready](https://camo.githubusercontent.com/c3d2c5bcff393a5837e23b3fc5b198e9b9e72f103eb89973818481e9e377bfa3/687474703a2f2f7068703772656164792e74696d6573706c696e7465722e63682f746f626961732d74726f7a6f77736b692f7a656e642d657870726573736976652d66696c7465722d64656c656761746f722f62616467652e737667)](https://travis-ci.org/tobias-trozowski/zend-expressive-filter-delegator)[![Build Status](https://camo.githubusercontent.com/06eede4e9a9d4b423cbd7684bf828bf7990333bdbc51e603d204649c12135ab3/68747470733a2f2f7472617669732d63692e6f72672f746f626961732d74726f7a6f77736b692f7a656e642d657870726573736976652d66696c7465722d64656c656761746f722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/tobias-trozowski/zend-expressive-filter-delegator)[![Coverage Status](https://camo.githubusercontent.com/88dc3ef125ea64a85414c83119f53ca94908c1d213d493754498c5a05a4b95da/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f746f626961732d74726f7a6f77736b692f7a656e642d657870726573736976652d66696c7465722d64656c656761746f722f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/r/tobias-trozowski/zend-expressive-filter-delegator?branch=master)[![Total Downloads](https://camo.githubusercontent.com/d268f8ac9d827195134c25e63cf21235397bd00a376ad9b2ebfcc6162dee61b8/68747470733a2f2f706f7365722e707567782e6f72672f746f626961732f7a656e642d657870726573736976652d66696c7465722d64656c656761746f722f646f776e6c6f616473)](https://packagist.org/packages/tobias/zend-expressive-filter-delegator)

Delegator for Zend [FilterPluginManager](https://github.com/zendframework/zend-filter)

This package provides a delegator for the FilterPluginManager which configures the PluginManager to use the service configuration from `filters` from your config.

The package is intended to be used with [Zend Expressive Skeleton](https://github.com/zendframework/zend-expressive-skeleton) or any other [Zend Expressive](https://github.com/zendframework/zend-expressive) application.

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

[](#installation)

The easiest way to install this package is through composer:

```
$ composer require tobias/zend-expressive-filter-delegator
```

Configuration
-------------

[](#configuration)

In the general case where you are only using a single connection, it's enough to define the delegator factory for the FilterManager:

```
return [
    'dependencies' => [
        'delegators' => [
            'FilterManager' => [
                \Tobias\Expressive\Filter\FilterManagerDelegatorFactory::class,
            ],
        ],
    ],
];
```

### Using Expressive Config Manager

[](#using-expressive-config-manager)

If you're using the [Expressive Config Manager](https://github.com/mtymek/expressive-config-manager) you can easily add the ConfigProvider class.

```
$configManager = new ConfigManager(
    [
        \Tobias\Expressive\Filter\ConfigProvider::class,
    ]
);
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

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

3423d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0355d9a2db10711c7f3d0ac8c97e9fbda01838b80455740b98f5a8b335b921cc?d=identicon)[tobias-trozowski](/maintainers/tobias-trozowski)

---

Top Contributors

[![tobias-trozowski](https://avatars.githubusercontent.com/u/3001979?v=4)](https://github.com/tobias-trozowski "tobias-trozowski (3 commits)")

---

Tags

zendfilterexpressivedelegator

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tobias-zend-expressive-filter-delegator/health.svg)

```
[![Health](https://phpackages.com/badges/tobias-zend-expressive-filter-delegator/health.svg)](https://phpackages.com/packages/tobias-zend-expressive-filter-delegator)
```

###  Alternatives

[clue/stream-filter

A simple and modern approach to stream filtering in PHP

1.7k261.7M7](/packages/clue-stream-filter)[laminas/laminas-filter

Programmatically filter and normalize data and files

9428.0M150](/packages/laminas-laminas-filter)[friendsofcake/search

CakePHP Search plugin using PRG pattern

1742.0M37](/packages/friendsofcake-search)[outl1ne/nova-input-filter

An input filter for Laravel Nova

24822.7k](/packages/outl1ne-nova-input-filter)[vria/nodiacritic

Tiny helper function that removes all diacritical signs from characters

113.1M13](/packages/vria-nodiacritic)

PHPackages © 2026

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