2017 © Pedro Peláez
 

library psr-15-validation

A validation repository for PSR-15 middleware packages

image

kfreiman/psr-15-validation

A validation repository for PSR-15 middleware packages

  • Monday, November 27, 2017
  • by k.freiman
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 14 Versions
  • 0 % Grown

The README.md

middlewares/validation

Latest Version on Packagist ![Software License][ico-license] Build Status ![Quality Score][ico-scrutinizer] Total Downloads ![SensioLabs Insight][ico-sensiolabs], (*1)

Description of the middleware, (*2)

Requirements

Installation

This package is installable and autoloadable via Composer as kfreiman/psr-15-validation., (*3)

composer require kfreiman/psr-15-validation

For compatible with http-interop/http-middleware version less than 0.5 use versions tagged in 0.x, (*4)

composer require kfreiman/psr-15-validation "^0.1"

Example

$dispatcher = new Dispatcher([
    (new Middlewares\Validation())
]);

$response = $dispatcher->dispatch(new ServerRequest());

Options

option1()

Option description, (*5)

option2($arg)

Option description, (*6)


Please see CHANGELOG for more information about recent changes and CONTRIBUTING for contributing details., (*7)

The MIT License (MIT). Please see LICENSE for more information., (*8)

The Versions

21/11 2017

0.x-dev

0.9999999.9999999.9999999-dev https://github.com/kfreiman/psr-15-validation

A validation repository for PSR-15 middleware packages

  Sources   Download

MIT

The Requires

 

The Development Requires

middleware psr-7 server http psr-15

20/09 2017