doctrine-rest icon indicating copy to clipboard operation
doctrine-rest copied to clipboard

Migrate `RestRequest` to PSR-7 Messages

Open R3VoLuT1OneR opened this issue 4 years ago • 0 comments

Current implementation using Symfony HttpFoundation requests. But if we want our code to match PHP standards we must migrate to PSR-7 HTTP messages.

https://www.php-fig.org/psr/psr-7/

Should look and decide which libraries are best fit for this package: https://github.com/guzzle/psr7 https://github.com/Nyholm/psr7 https://github.com/laminas/laminas-diactoros

R3VoLuT1OneR avatar Aug 22 '20 10:08 R3VoLuT1OneR