codeinc/compatibility-middleware

This package is abandoned and no longer maintained. No replacement package was suggested.

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

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

pkg:composer/codeinc/compatibility-middleware

1.0.0 2018-05-02 17:23 UTC

This package is auto-updated.

Last update: 2020-01-24 21:03:50 UTC


README

This library provides a collection of PSR-15 middleware to provide compatibility with older PHP scripts.

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:

composer require codeinc/compatibility-middleware

💬 This library is extracted from the now deprecated codeinc/psr15-middlewares package.

License

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