recurly-client-php
recurly-client-php copied to clipboard
Why are HTTP requests handled with file_get_contents, instead of curl?
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?