PHPackages                             aplia/oworfilter - 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. aplia/oworfilter

ActiveEzpublish-legacy-extension[Search &amp; Filtering](/categories/search)

aplia/oworfilter
================

Provides an extended attribute filter for 'Object relation' and 'Object relations' datatypes.

v1.0.3(4y ago)01611GPL-2.0PHPPHP &gt;=5.3

Since Feb 5Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Aplia/ezp-OWOrFilter)[ Packagist](https://packagist.org/packages/aplia/oworfilter)[ Docs](https://github.com/Aplia/oworfilter)[ RSS](/packages/aplia-oworfilter/feed)WikiDiscussions master Synced today

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

owOrFilter :
------------

[](#oworfilter-)

OWOrFilter (for OpenWide Object Relations Filter) provides an extended attribute filter for "Object relation" and "Object relations" datatypes. This filter supports basic logical operators. This will work with single relations as well as multiple.

[![Latest Stable Version](https://camo.githubusercontent.com/ba99316d5dbc3fdf1781771bef7ffe3c05989017cb1a5227048481678536303a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f61706c69612f6f776f7266696c7465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/aplia/oworfilter)[![Minimum PHP Version](https://camo.githubusercontent.com/b3f29eb7882d2bf523390e9982827e9d2d3a4f74266ca923b512e5d02b9e4011/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344253230352e332d3838393242462e7376673f7374796c653d666c61742d737175617265)](https://php.net/)

Usage
-----

[](#usage)

This filter is used like any extended attribute filter, as explained on the documentation for the content/list fetch function:

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

[](#installation)

Install with Composer:

```
composer require aplia/oworfilter

```

---

Examples :
----------

[](#examples-)

Single object\_id, single attribute :
-------------------------------------

[](#single-object_id-single-attribute-)

```
{def $nodeList = fetch(content, list,
	hash(
		parent_node_id, XX,
		extended_attribute_filter, hash(
			'id', 'orfilter',
			'params', array(
				array('classe1/attribut1', 61)
		      )
		)
	)
)}
```

Multiple object\_ids, single attribute :
----------------------------------------

[](#multiple-object_ids-single-attribute-)

```
{def $nodeList = fetch(content, list,
	hash(
		'parent_node_id', XX,
		'extended_attribute_filter', hash(
			'id', 'orfilter',
			'params', array(
				array('classe1/attribut1', array(70, 71), 'or')
			)
		)
	)
)}
```

Multiple object\_ids, multiple attributes :
-------------------------------------------

[](#multiple-object_ids-multiple-attributes-)

```
{def $nodeList = fetch(content, list,
	hash(
		'parent_node_id', XX,
		'extended_attribute_filter', hash(
			'id', 'orfilter',
			'params', array(
				'or',
				array('classe1/attribut1', array(70, 71), 'or'),
				array('classe2/attribut2', array(80, 81), 'and')
			)
		)
	)
)}
```

---

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 60% 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 ~346 days

Total

4

Last Release

1612d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/250c0249ebb7ec2fc9e3987323829740e5f255a65b450a7b94cd9f6da2e33b75?d=identicon)[aplia](/maintainers/aplia)

---

Top Contributors

[![am0s](https://avatars.githubusercontent.com/u/394461?v=4)](https://github.com/am0s "am0s (3 commits)")[![ThorFjelldalen](https://avatars.githubusercontent.com/u/25323993?v=4)](https://github.com/ThorFjelldalen "ThorFjelldalen (2 commits)")

---

Tags

ezextensionezpublishphpfilterezextensionextended attribute filter

### Embed Badge

![Health badge](/badges/aplia-oworfilter/health.svg)

```
[![Health](https://phpackages.com/badges/aplia-oworfilter/health.svg)](https://phpackages.com/packages/aplia-oworfilter)
```

###  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.0M148](/packages/laminas-laminas-filter)[friendsofcake/search

CakePHP Search plugin using PRG pattern

1742.0M37](/packages/friendsofcake-search)[htmlawed/htmlawed

Official htmLawed PHP library for HTML filtering

401.1M9](/packages/htmlawed-htmlawed)[outl1ne/nova-multiselect-filter

Multiselect filter for Laravel Nova.

45802.7k3](/packages/outl1ne-nova-multiselect-filter)[outl1ne/nova-input-filter

An input filter for Laravel Nova

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

PHPackages © 2026

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