PHPackages                             anym0re/laravel-http-client-logger - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. anym0re/laravel-http-client-logger

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

anym0re/laravel-http-client-logger
==================================

A logger for the Laravel HTTP Client

v1.0.4(4y ago)015MITPHPPHP ^7.4|^8.0

Since Feb 15Pushed 4y agoCompare

[ Source](https://github.com/anym0re/laravel-http-client-logger)[ Packagist](https://packagist.org/packages/anym0re/laravel-http-client-logger)[ RSS](/packages/anym0re-laravel-http-client-logger/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)Dependencies (9)Versions (9)Used By (0)

📂 A logger for the Laravel HTTP Client
======================================

[](#open_file_folder-a-logger-for-the-laravel-http-client)

[![bilfeldt/laravel-http-client-logger](cover.jpg)](cover.jpg)

[![Latest Version on Packagist](https://camo.githubusercontent.com/7b2f43c2db7e990581575dd41cd9efa32782c5fd91522f8868c63ec216a1d382/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f62696c66656c64742f6c61726176656c2d687474702d636c69656e742d6c6f67676572)](https://packagist.org/packages/bilfeldt/laravel-http-client-logger)[![GitHub Tests Action Status](https://camo.githubusercontent.com/c3e2e7010568eaada1f774d2208b7849822e98b5c211ea5725858323a8bc6f6a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f62696c66656c64742f6c61726176656c2d687474702d636c69656e742d6c6f676765722f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/bilfeldt/laravel-http-client-logger/actions?query=workflow%3ATests+branch%3Amaster)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/4d694ffb4874aaabea8dd7f7726abf0232139ebcfa0983342d5940289bc956f6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f62696c66656c64742f6c61726176656c2d687474702d636c69656e742d6c6f676765722f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/bilfeldt/laravel-http-client-logger/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amaster)[![Total Downloads](https://camo.githubusercontent.com/a17916b3d07686efcb775ed181cc9dfe0d6a68dd4e67a99b2e3e2393b49d1ad6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f62696c66656c64742f6c61726176656c2d687474702d636c69656e742d6c6f67676572)](https://packagist.org/packages/bilfeldt/laravel-http-client-logger)

An easy yet very flexible logger for the Laravel HTTP Client.

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

[](#installation)

You can install the package via composer:

```
composer require bilfeldt/laravel-http-client-logger
```

### Laravel

[](#laravel)

This package makes use of [Laravels package auto-discovery mechanism](https://medium.com/@taylorotwell/package-auto-discovery-in-laravel-5-5-ea9e3ab20518) so **there is no need to do any futher steps** - skip directly to the [usage](#usage) section below. If for some reason you wish to opt-out of package auto discovery, check [the Laravel Docs](https://laravel.com/docs/8.x/packages#opting-out-of-package-discovery) for more details.

### Lumen

[](#lumen)

NOTE: Lumen is **not** officially supported by this package. However, we are currently not aware of any incompatibilities.

If you use Lumen register the service provider in `bootstrap/app.php` like so:

```
