curl icon indicating copy to clipboard operation
curl copied to clipboard

This library provides an object-oriented and dependency free wrapper of the PHP cURL extension.

Results 21 curl issues
Sort by recently updated
recently updated
newest added

The library provides to many error message properties. They need either a better documentation or we should provide the user an error message function which returns the right message. The...

discussion

The put request payload should also have the option to be encoded.

enhancement

curl_getinfo function's second argument is optional , when I want get all curl info, I can't do it, so I think getOpt function is also.

accepting pull request

Hi I added some new functional methods, I hope to merge to the Master branch. - Add Proxy support - Add SSL support, Now able to make normal SSL

for example $curl->setHeader(CURLINFO_CONTENT_TYPE, 'application/x-www-form-urlencoded');

Exclude those files from installed composer package

Verbose mode is not working because of $this->setOpt(CURLINFO_HEADER_OUT, true); in init function. even if you will try to set to false verbose will not work. you must not set it...

when i run it on php cli mode,Memory overflow ! because the object method \Curl\Curl::__destruct()never run. i have to call method \CurlCurl::_close() on every curl request.

There is a useful http method missing!