Page 1 of 1
what is CURL ?
Posted: Sun Jun 07, 2015 4:42 pm
by gautamz07
hey guys i was just going through the doumentation of paymill here
https://developers.paymill.com/en/intro ... nt-method/ . now the documentation refers to examples of CURL , what is CURL ?
i know that php contains a subset thats called CURL , but is this the same CURL ? can somebody tell me wht this CURL is ?
Thank you.
Re: what is CURL ?
Posted: Sun Jun 07, 2015 5:47 pm
by requinix
cURL is a library built around making HTTP (and other) requests in code. PHP can do that natively but it's a bit awkward to work with.
However for PHP it looks like Paymill has stuff already written for you to use. Not sure where to find it though.
Re: what is CURL ?
Posted: Mon Jun 08, 2015 12:55 am
by gautamz07
Hey Thanks !
Re: what is CURL ?
Posted: Mon Jun 08, 2015 6:44 am
by Celauran
Also, if you do need to use cURL, do yourself a favour and take a look at Guzzle. Much nicer to work with.
Re: what is CURL ?
Posted: Mon Jun 08, 2015 11:51 pm
by gautamz07
Thanks celauran !

, will keep that in mind .