Skip to content

Releases: phpdevcommunity/php-httpclient

Add logger support

03 Oct 13:45
Compare
Choose a tag to compare

Introduced optional logger in the HttpClient constructor to enable request and response logging for better debugging and monitoring.

Implement basic HTTP client with GET and POST methods, including support for JSON and form-encoded data. Added helper functions for simplified usage.

03 Oct 13:12
Compare
Choose a tag to compare

Implement basic HTTP client with GET and POST methods, including support for JSON and form-encoded data. Added helper functions for simplified usage.