PHPackages                             germania-kg/filteriterators - 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. germania-kg/filteriterators

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

germania-kg/filteriterators
===========================

FilterIterators for two-dimensional Traversables

2.2.7(3y ago)0156[1 PRs](https://github.com/GermaniaKG/FilterIterators/pulls)MITPHPPHP ^7.4|^8.0

Since Sep 28Pushed 3y ago2 watchersCompare

[ Source](https://github.com/GermaniaKG/FilterIterators)[ Packagist](https://packagist.org/packages/germania-kg/filteriterators)[ RSS](/packages/germania-kg-filteriterators/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (4)Versions (25)Used By (0)

[![](https://camo.githubusercontent.com/cac3140c0c6e758f67a1ba689683ced67aa2d534e2187d6e03c5c721ffe3b976/68747470733a2f2f7374617469632e6765726d616e69612d6b672e636f6d2f6c6f676f732f67612d6c6f676f2d323031362d7765622e7376677a)](https://camo.githubusercontent.com/cac3140c0c6e758f67a1ba689683ced67aa2d534e2187d6e03c5c721ffe3b976/68747470733a2f2f7374617469632e6765726d616e69612d6b672e636f6d2f6c6f676f732f67612d6c6f676f2d323031362d7765622e7376677a)

---

Germania KG · FilterIterators
=============================

[](#germania-kg--filteriterators)

**FilterIterators for two-dimensional Traversables.**

[![Packagist](https://camo.githubusercontent.com/b3d88d353e845626be8936d80220935be9f39dc716716e166916878e2e59ccf9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6765726d616e69612d6b672f66696c7465726974657261746f72732e7376673f7374796c653d666c6174)](https://packagist.org/packages/germania-kg/filteriterators)[![PHP version](https://camo.githubusercontent.com/ba950ecb8b0a87d46fd7476cb4246932841ebcffecb515a91b53195f601270cf/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6765726d616e69612d6b672f66696c7465726974657261746f72732e737667)](https://packagist.org/packages/germania-kg/filteriterators)[![Tests](https://github.com/GermaniaKG/FilterIterators/actions/workflows/php.yml/badge.svg)](https://github.com/GermaniaKG/FilterIterators/actions/workflows/php.yml)

Installation with Composer
--------------------------

[](#installation-with-composer)

```
$ composer require germania-kg/filteriterators
```

Alternatively, add this package directly to your *composer.json:*

```
"require": {
    "germania-kg/filteriterators": "^2.0"
}
```

BlankSplitFilterIterator
------------------------

[](#blanksplitfilteriterator)

Lets all items pass of which the given field, splitted by *blank* sign into an array, contains a word. The Constructor accepts anything that is Traversable.
The Traversable may contain both arrays or (StdClass) objects.

```
