Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Latest commit

 

History

History
30 lines (20 loc) · 1.08 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.08 KB

zend-inputfilter

Repository abandoned 2019-12-31

This repository has moved to laminas/laminas-inputfilter.

Build Status Coverage Status

The zend-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:

$ composer require zendframework/zend-inputfilter

Documentation

Browse the documentation online at https://docs.zendframework.com/zend-inputfilter/

Support