easy-http/guzzle-adapter

HTTP adapter for Guzzle Client

v2.0.0 2025-06-15 04:48 UTC

This package is auto-updated.

Last update: 2025-06-15 04:52:44 UTC


README

Build Status Bugs Bugs

PHP Versions Supported

πŸ”– Standardized HTTP client interface

πŸš€ Seamlessly switch between HTTP clients using the adapter pattern

Guzzle HTTP Adapter

Bugs Bugs Bugs

This is an HTTP adapter for Guzzle Client that implements the HTTP client contracts. These contracts standardize the way you consume HTTP clients like Guzzle, Symfony, and others by providing a consistent interface. The adapter pattern ensures that regardless of which HTTP client you're using, the methods and behavior remain consistent across all implementations.

πŸ“š Check out the Documentation to learn how to use any adapter that implements these contracts.

This adapter supports the following versions of Guzzle HTTP Client:

PHP Versions Supported PHP Versions Supported

Installation

Use following command to install this library:

composer require easy-http/guzzle-adapter

Usage

This adapter implements the HTTP Client Contracts. You can check all available features and behavior for the current version at Easy Http Documentation.