thephpleague / route

Fast PSR-7 based routing and dispatch component including PSR-15 middleware, built on top of FastRoute.
http://route.thephpleague.com
MIT License
652 stars 127 forks source link

Implement PSR-7 to replace HTTP Foundation throughout strategies #32

Closed codeguy closed 9 years ago

codeguy commented 9 years ago

What are your thoughts about supporting the PSR-7 request and response interfaces in the Request/Response strategy instead of a hard dependency on Symfony HTTP foundation?