easy-http/guzzle-layer

Http layer for Guzzle Client

v1.2.0 2023-09-29 02:40 UTC

This package is auto-updated.

Last update: 2024-04-29 04:21:22 UTC


README

68747470733a2f2f626c6f672e706c656574732e6f72672f696d672f61727469636c65732f656173792d687474702d6c6f676f2d3332302e706e67

Build Status Code Quality Code Coverage

#StandWithUkraine

PHP Versions Supported

🔖 Consistent interface for http clients

🚀 Change easily from one client to another using http layer contracts

Guzzle Layer

Bugs Bugs Bugs

This is an HTTP layer for Guzzle Client based on HTTP layer contracts. These contracts standardize the way you consume HTTP clients like Guzzle, Symfony, and others with a consistent interface. No matter what client you are using, the methods you have to execute to do the job are the same for all!!.

📚 Check out the Documentation to learn how to use any layer that implements these contracts.

This library 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-layer

Usage

This layer as well as any other uses the HTTP Layer Contracts. You can check all behavior for the current version at Easy Http Documentation.