tcdent/php-restclient
Simple PHP REST client for making HTTP requests to JSON/REST APIs. Provides a clean interface for GET/POST/PUT/DELETE, headers and query params, basic authentication, and response handling to quickly integrate remote services without heavy dependencies.
Bugfixes.
Multiple HTTP response status messages, repeated request/response headers, and repeated request query parameters are now parsed.
Allow passing parameters as a pre-encoded string (or something that allows casting to a string). Parameters passed as strings will not be merged with parameters specified in the default options.
Update documentation with PATCH JSON recommendations.
How can I help you explore Laravel packages today?