sakerrr/guzzle-logger

Guzzle logging middleware

v0.1 2019-08-20 18:02 UTC

This package is auto-updated.

Last update: 2024-03-28 00:54:10 UTC


README

This middleware will take care of logging all your requests and responses.

Install

composer require sakerrr/guzzle-logger

How to use

Create Guzzle\Client

$client = HttpClientFactory::create(Psr\Log\LoggerInterface $logger, ?array $options);

Run tests

composer test

Author

👤 Jakub Bajnok