Releases: rexlabsio/hyper-http-php
Releases · rexlabsio/hyper-http-php
4.0.0 - PHP 7.4, 8.0, 8.1, 8.2
2.6.0 - Additional logging configuration
New Features
- Add config option to log curl requests
Hyper::make(['log_curl'=>true]) - Add default config setter
Hyper::setDefaultConfig() - Add default logger setter
Hyper::setDefaultLogger()
2.4.2 - Update dependency
Bug Fixes
- Update dependency version
rexlabs/array-object(upstream bug)
2.0.0 - Interface refactor (BC)
Breaking Changes
Hyper client is now split into two separate classes:
Hyper- static factory/wrapperClient- for instances of the hyper client
This means the client class can be used independently. This leaves the interface largely the same, but when calling Hyper::make() you receive a Client instance.
All of the static Hyper::get() etc. calls still work as usual (as they have been moved to static methods rather than relying on __callStatic), the only difference is that it will internally re-use the same instance of the Client.
Also included a LICENSE (mit) file.
1.0.0 - Initial stable release
See the README for more details about this library.