Nyholm / psr7

A super lightweight PSR-7 implementation
MIT License
1.15k stars 75 forks source link

php-http/message-factory #248

Closed vikingsurfeur closed 1 year ago

vikingsurfeur commented 1 year ago

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 1 year ago

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 1 year ago

Yeah, they are already implemented. Feel free to make another comment if there is something we missed.