DragonBe / laminas-inputfilter

Normalize and validate input sets from the web, APIs, the CLI, and more, including files

Home Page:https://docs.laminas.dev/laminas-inputfilter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

laminas-inputfilter

Build Status Coverage Status

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:

$ composer require laminas/laminas-inputfilter

Documentation

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

Support

About

Normalize and validate input sets from the web, APIs, the CLI, and more, including files

https://docs.laminas.dev/laminas-inputfilter/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:PHP 100.0%