2017 © Pedro Peláez
 

library illuminaterequestpsr7adapter

image

jkirkby91/illuminaterequestpsr7adapter

  • Thursday, December 7, 2017
  • by jkirkby91
  • Repository
  • 0 Watchers
  • 0 Stars
  • 89 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

IlluminateRequestPSR7Adapter

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

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

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., (*3)

The Versions