tempestphp / tempest-framework

The PHP framework that gets out of your way 🌊
https://tempestphp.com
MIT License
924 stars 66 forks source link

Consider which HTTP client to use in Tempest #147

Closed brendt closed 8 months ago

brendt commented 8 months ago

I don't think curl is the way to go, and I personally dislike the overhead that comes with PSR support in Guzzle. Something to discuss.

aidan-casey commented 8 months ago

I recommend we use PSR-17/18 and have a default implementation wrapping around nyholm's package, I think.