Download the PHP package miquido/request-data-collector-guzzle without Composer
On this page you can find all versions of the php package miquido/request-data-collector-guzzle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download miquido/request-data-collector-guzzle
More information about miquido/request-data-collector-guzzle
Files in miquido/request-data-collector-guzzle
Package request-data-collector-guzzle
Short Description Library used to extend the Request Data Collector by collecting Guzzle requests.
License Apache-2.0
Homepage https://github.com/miquido/request-data-collector-guzzle
Informations about the package request-data-collector-guzzle
Request Data Collector - Guzzle collector
This package is an extension to the Request Data Collector. Allows collecting Guzzle requests.
Set up
GuzzleCollector
This collector is being used to collect data about performed Guzzle requests.
decorate.with
Defines Guzzle Client decorator class responsible for collecting requests.
decorate.abstracts
Defines a list of Guzzle Clients registered in the container. All abstracts will be decorated with class defined in decorate.with
.
Every abstract is being defined in following way:
abstract is the name under which instance has been registered in the container (e.g. my-guzzle-client
or \GuzzleHttp\ClientInterface::class
).
type defines the type of abstract (see \Miquido\RequestDataCollector\Collectors\GuzzleCollector\GuzzleCollector::TYPE_*
constants).
collect defines list of request's information that should be logged (see \Miquido\RequestDataCollector\Collectors\GuzzleCollector\GuzzleCollector::INFO_*
constants). If missing, all information will be used. The times
information will always be available.
Additionally, You can include and exclude headers (case-insensitive). Remember, that inclusions have priority over exclusions.
When create equals true
, defines to add an instance to the container even if it does not exist.
About
The project was made by Miquido: https://www.miquido.com
All versions of request-data-collector-guzzle with dependencies
guzzlehttp/guzzle Version ^6.0|^7.0
miquido/request-data-collector Version ^2.2