PHPackages                             estasi/filter - 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. [PSR &amp; Standards](/categories/psr-standards)
4. /
5. estasi/filter

ActiveLibrary[PSR &amp; Standards](/categories/psr-standards)

estasi/filter
=============

Filtering and normalizing data and files

1.1.0(5y ago)003BSD-3-ClausePHPPHP ^7.4

Since May 19Pushed 5y ago1 watchersCompare

[ Source](https://github.com/estasi/filter)[ Packagist](https://packagist.org/packages/estasi/filter)[ RSS](/packages/estasi-filter/feed)WikiDiscussions master Synced 5d ago

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

Estasi Filter
=============

[](#estasi-filter)

This is a set of frequently used, unchangeable filters that are required. Provides a simple data filtering chain that allows you to apply multiple filters in the specified order.

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

[](#installation)

To install with a composer:

```
composer require estasi/filter

```

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

[](#requirements)

- PHP 7.4 or newer
- ext-mbstring
- ext-intl
- [Data Structures](https://github.com/php-ds/polyfill): `composer require php-ds/php-ds`
    *Polyfill is installed with the estasi/filter package.*

Usage
-----

[](#usage)

### Basic usage

[](#basic-usage)

```
