nategood / httpful

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

PHP 5.2.14 #273

Closed MilesHart closed 4 years ago

MilesHart commented 6 years ago

I can't see anywhere where this is confined to version of PHP however 5.2.14 I'm having problems.

$response = \Httpful\Request::get($uri)->send();

Not happy with the backslashes. Is there a version that will work with 5.2.14?

nategood commented 4 years ago

Cleaning up old issues. 5.2.14 is long deprecated.