2017 © Pedro PelĂĄez
 

library compatibility-middleware

A collection of PSR-15 middleware to provide compatibility with older PHP scripts

image

codeinc/compatibility-middleware

A collection of PSR-15 middleware to provide compatibility with older PHP scripts

  • Thursday, May 3, 2018
  • by joanfabregat
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Compatibility PSR-15 middleware

This library provides a collection of PSR-15 middleware to provide compatibility with older PHP scripts., (*1)

The collection includes

  • PhpGpcVarsMiddleware Extract PSR-7 request data to PHP GPC variables $_GET, $_POST, $_COOKIE and $_SERVER
  • PhpSessionMiddleware Read sesion cookie from PSR-7 requests and add session cookie to PSR-7 responses

Installation

This library is available through Packagist and can be installed using Composer:, (*2)

composer require codeinc/compatibility-middleware

:speech_balloon: This library is extracted from the now deprecated codeinc/psr15-middlewares package., (*3)

License

The library is published under the MIT license (see LICENSE file)., (*4)

The Versions