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

zendframework/zend-inputfilter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8df1ae8 · Jan 20, 2020
Nov 5, 2019
Aug 28, 2019
Aug 28, 2019
May 4, 2016
Aug 23, 2019
Aug 23, 2019
Jan 7, 2019
Aug 28, 2019
Aug 23, 2019
Jan 20, 2020
Aug 23, 2019
Aug 23, 2019
Nov 5, 2019
Nov 13, 2016
Nov 7, 2017

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