nategood / httpful

A Chainable, REST Friendly, PHP HTTP Client. A sane alternative to cURL.
MIT License
1.74k stars 298 forks source link

curl required despite it not being mentioned in requirements and presented as an "alternative to curl" #294

Open lukemim opened 3 years ago

lukemim commented 3 years ago

I hoped I could use this as an alternative to curl, especially because I couldn't find curl mentioned in the requirements and because httpful is advertised as being an "alternative to curl", but when curl is not enabled in php the library crashes with "Call to undefined function Httpful\curl_init()"

If it indeed requires curl then please do include it in the requirements and don't say it's an "alternative to curl"