# laminas-inputfilter

[![Build Status](https://github.com/laminas/laminas-inputfilter/workflows/Continuous%20Integration/badge.svg)](https://github.com/laminas/laminas-inputfilter/actions?query=workflow%3A"Continuous+Integration")

The laminas-inputfilter component can be used to filter and validate generic sets
of input data. For instance, you could use it to filter `$_GET` or `$_POST`
values, CLI arguments, etc.

## Installation

Run the following to install this library:

```bash
$ composer require laminas/laminas-inputfilter
```

## Documentation

Browse the documentation online at https://docs.laminas.dev/laminas-inputfilter/

## Support

* [Issues](https://github.com/laminas/laminas-inputfilter/issues/)
* [Chat](https://laminas.dev/chat/)
* [Forum](https://discourse.laminas.dev/)
