An open API service indexing awesome lists of open source software.

https://github.com/subjective-php/input-filter-middleware

PSR-7 middleware for filtering request input
https://github.com/subjective-php/input-filter-middleware

Last synced: 10 months ago
JSON representation

PSR-7 middleware for filtering request input

Awesome Lists containing this project

README

          

## Input Filter Middleware

[![Build Status](https://travis-ci.org/subjective-php/input-filter-middleware.svg?branch=master)](https://travis-ci.org/subjective-php/input-filter-middleware)
[![Code Quality](https://scrutinizer-ci.com/g/subjective-php/input-filter-middleware/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/subjective-php/input-filter-middleware/?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/subjective-php/input-filter-middleware/badge.svg?branch=master)](https://coveralls.io/github/subjective-php/input-filter-middleware?branch=master)

[![Latest Stable Version](https://poser.pugx.org/subjective-php/input-filter-middleware/v/stable)](https://packagist.org/packages/subjective-php/input-filter-middleware)
[![Latest Unstable Version](https://poser.pugx.org/subjective-php/input-filter-middleware/v/unstable)](https://packagist.org/packages/subjective-php/input-filter-middleware)
[![License](https://poser.pugx.org/subjective-php/input-filter-middleware/license)](https://packagist.org/packages/subjective-php/input-filter-middleware)

[![Total Downloads](https://poser.pugx.org/subjective-php/input-filter-middleware/downloads)](https://packagist.org/packages/subjective-php/input-filter-middleware)
[![Daily Downloads](https://poser.pugx.org/subjective-php/input-filter-middleware/d/daily)](https://packagist.org/packages/subjective-php/input-filter-middleware)
[![Monthly Downloads](https://poser.pugx.org/subjective-php/input-filter-middleware/d/monthly)](https://packagist.org/packages/subjective-php/input-filter-middleware)

PSR-7 middleware for filtering request input. This middleware uses TraderInteractive [input filter](https://github.com/traderinteractive/filter-php) library.