Skip to content
This repository has been archived by the owner on Jan 10, 2021. It is now read-only.

nshcore-archive/IlluminateRequestPSR7Adapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

###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.

About

Adapter middleware to convert illuminate\request to a psr7 request

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages