I previously developed a handwritten curl method that supports get and post requests
Now I need to use the put and delete methods. I want to find a class library that is specifically responsible for requests. Is there one? It is best to install it through composer, thank you
https://packagist.org/package... This
guzzle, requests are more commonly used
A proper REST client for php I have been using this and it is pretty good.