php-http/message-factory
vikingsurfeur opened this issue · 2 comments
vikingsurfeur commented
Hi there!
I hope everyone is well!
I just wanted to know if you plan to implement psr17/http-factory instead of php-http/message-factory soon.
Thanks for your work.
odan commented
The PSR-17 RequestFactoryInterface
, ResponseFactoryInterface
, ServerRequestFactoryInterface
, StreamFactoryInterface
, UploadedFileFactoryInterface
and UriFactoryInterface
are already implemented:
https://github.com/Nyholm/psr7/blob/master/src/Factory/Psr17Factory.php#L8
Is there something missing?
Nyholm commented
Yeah, they are already implemented. Feel free to make another comment if there is something we missed.