httpful
httpful copied to clipboard
A Chainable, REST Friendly, PHP HTTP Client. A sane alternative to cURL.
At the end of Requests->send() is an unset statement that kills the curl handle property ($this->_ch). This throws a warning in PHP 8.x. See PR for fix.
Requests had a statement, at the end of the `send` method, to `unset($this->_ch)`. $_ch holds the curl object. Under PHP 8.x, accessing/setting undefined class properties throws a warning. So when...
Hi, I forked this project some time ago, because I wanted to lean something from other devs code, in the mean time, I added some features that maybe helpfull for...
I am upgrading to PHP version 8.0.28, and find multiple errors in this library. I can't see any new branch for supporting PHP8+, or plans to add PHP8+ support in...
This branch has updates to add support for PHP 8.2. Rector and testing were used to ensure backward compatibility down to PHP 7.2. The main issues were: 1. Missing class...
This PR is based on https://github.com/nategood/httpful/pull/300
Hello devs! I'm having difficulties finding how to achieve what I want using this library. Is there any known documentation for this library. Please help me finding it. Thank You.
Can you add return types for PHP 8.1 to remove warnings? In that line https://github.com/nategood/httpful/blob/master/src/Httpful/Response/Headers.php#L47 return type `bool` should be added to do that. Now it ends up with: Method...
Hey there! I belong to an open source security research community, and a member (@ay-kay) has found an issue, but doesn’t know the best way to disclose it. If not...