jkirkby91/illuminaterequestpsr7adapter

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (1.2.0) of this package.

Maintainers

Package info

github.com/jkirkby91-2/IlluminateRequestPSR7Adapter

Issues

pkg:composer/jkirkby91/illuminaterequestpsr7adapter

Statistics

Installs: 130

Dependents: 1

Suggesters: 0

Stars: 0

1.2.0 2017-12-07 05:18 UTC

This package is not auto-updated.

Last update: 2021-01-19 06:45:55 UTC


README

###IlluminateRequestPSR7Adapter

The Laravel/Lumen component Illuminate\Http depends on symfony\Http-Kernel which doesn't implement PSR-7 Requests (BOOOO!!!!)

I want to use them cool PSR-7 interoperability middleware libraries to cut down on developing components specifically for lumen.

Since all middleware in laravel/lumen need a illuminate\http\request object here is a simple middleware which when loaded first will convert all subsequent middleware requests to fully PSR-7 compliant objects.