Jake B.
Well-known member
PSR-7: HTTP message interfaces - PHP-FIG
We're a group of established PHP projects whose goal is to talk about commonalities between our projects and find ways we can work better together.
www.php-fig.org
Would be really helpful when integrating libraries that require PSR7 compatibility. Currently have to build a new request object specifically for these cases. Could only have the required PSR7 methods there for these specific cases and keep using the default methods for backwards compatibility, or have a
getPSR()
method on the request object to pass into these libraries
Upvote
10