Would anyone know a function similar to cURL to make requests to an API in php?
So far I have used cURL to make http requests, but I was asked to investigate alternatives, for example in cases where you work in an environment that does not allow modules to be installed, and cUrl is not available, or maybe there is a way lighter and less complex to make simple requests.
Thanks