shuber / curl

A basic CURL wrapper for PHP
MIT License
462 stars 179 forks source link

Namespacing, Composer and PHPUnit #11

Closed carlescliment closed 11 years ago

carlescliment commented 11 years ago

Hi @shuber,

I've made this changes in order to follow the current PHP standards, may be you consider them useful:

garak commented 11 years ago

:+1:

carlescliment commented 11 years ago

@garak unfortunately this repo seems totally unmantained :(

shuber commented 11 years ago

@carlescliment @garak you're right, I haven't been maintaining this repository after I found these popular alternatives which support everything this library does plus curl_multi support. I'd suggest using these well maintained libraries instead:

https://github.com/rmccue/Requests https://github.com/jyggen/curl

carlescliment commented 11 years ago

@shuber thankyou very much for the links and suggestions. I'll close the pull request then.