cURL library - where can I get? |
Guzzle 6 requires PHP 5.5. It is easy to be installed with Composer. But it needs to load some files immediately, so on PHP 5.3 it will cause PHP parsing error nevertheless you use this component or not.
Requests 1.6.1 requires PHP 5.2. It is lighter. For those who use the Curl library before and the Rest client library by Phil Sturgeon, Requests would be more familiar. It can be installed with Composer, I have chosen a manual installation, it is possible. |
Messages In This Thread |
cURL library - where can I get? - by vertisan - 08-07-2015, 09:31 AM
RE: cURL library - where can I get? - by eliorr - 08-07-2015, 09:59 AM
RE: cURL library - where can I get? - by mwhitney - 08-07-2015, 10:01 AM
RE: cURL library - where can I get? - by ivantcholakov - 08-07-2015, 10:22 AM
RE: cURL library - where can I get? - by solidcodes - 08-07-2015, 06:35 PM
RE: cURL library - where can I get? - by ivantcholakov - 08-08-2015, 05:13 PM
RE: cURL library - where can I get? - by ivantcholakov - 08-10-2015, 09:04 AM
RE: cURL library - where can I get? - by visualsol - 11-30-2016, 12:06 AM
RE: cURL library - where can I get? - by ivantcholakov - 11-23-2016, 02:29 PM
RE: cURL library - where can I get? - by cartalot - 11-30-2016, 12:14 PM
|