PHPackages                             setono/request-aware-http-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. setono/request-aware-http-client

ActiveLibrary[HTTP &amp; Networking](/categories/http)

setono/request-aware-http-client
================================

A library that decorates the http client with request logging

v1.1.0(2y ago)24.0k[1 PRs](https://github.com/Setono/request-aware-http-client/pulls)MITPHPPHP &gt;=8.1

Since Sep 16Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Setono/request-aware-http-client)[ Packagist](https://packagist.org/packages/setono/request-aware-http-client)[ RSS](/packages/setono-request-aware-http-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (6)Versions (4)Used By (0)

Symfony Request Aware HTTP Client
=================================

[](#symfony-request-aware-http-client)

[![Latest Version](https://camo.githubusercontent.com/04744d38b90821f9771a08e7c92588895b7ffc36be740c09e26485a05ded15f5/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f726571756573742d61776172652d687474702d636c69656e742f762f737461626c65)](https://packagist.org/packages/setono/request-aware-http-client)[![Software License](https://camo.githubusercontent.com/d8341776be04bb0af2ec97311d2005ee3000e058df91751f59d07e02b72025ac/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f726571756573742d61776172652d687474702d636c69656e742f6c6963656e7365)](LICENSE)[![Build Status](https://github.com/Setono/request-aware-http-client/workflows/build/badge.svg)](https://github.com/Setono/request-aware-http-client/actions)[![Code Coverage](https://camo.githubusercontent.com/9a6d4ba986ef3d572fa964f868702920168a9caf6551ae81dd777e41a15ace58/68747470733a2f2f636f6465636f762e696f2f67682f5365746f6e6f2f726571756573742d61776172652d687474702d636c69656e742f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/Setono/request-aware-http-client)

This library will decorate Symfony HTTP client and make it possible to retrieve full requests for debugging etc.

Installation
------------

[](#installation)

### Step 1: Download

[](#step-1-download)

```
composer require setono/request-aware-http-client
```

Usage
-----

[](#usage)

```
