recurly-client-php icon indicating copy to clipboard operation
recurly-client-php copied to clipboard

Why are HTTP requests handled with file_get_contents, instead of curl?

Open SinusPi opened this issue 3 years ago • 0 comments

Curl would allow for much more robust error-handling, while file_get_contents is capable solely of throwing PHP warnings and little more. So why exactly is a hands-down worse method of handling connections used?

SinusPi avatar Mar 03 '22 21:03 SinusPi