Download the PHP package a3020/guzzle-mutable-config without Composer
On this page you can find all versions of the php package a3020/guzzle-mutable-config. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download a3020/guzzle-mutable-config
More information about a3020/guzzle-mutable-config
Files in a3020/guzzle-mutable-config
Download a3020/guzzle-mutable-config
More information about a3020/guzzle-mutable-config
Files in a3020/guzzle-mutable-config
Vendor a3020
Package guzzle-mutable-config
Short Description Guzzle Client with a mutable config
License MIT
Package guzzle-mutable-config
Short Description Guzzle Client with a mutable config
License MIT
Please rate this library. Is it a good library?
Informations about the package guzzle-mutable-config
Guzzle, PHP HTTP client with mutable config
The Guzzle configuration is immutable by default. It can only be set via the constructor and retrieved via getConfig.
In case you need to for example crawl different domains, you may want to change the base_uri instead of creating hundreds of instances. This is a copy of the Guzzle Client implementation with two additional methods:
setConfig(array $array)
setConfigOption(string $key, $value)
Installation
composer require "a3020/guzzle-mutable-config"
Usage
All versions of guzzle-mutable-config with dependencies
PHP Build Version
Package Version
Requires
guzzlehttp/guzzle Version
~6.2
The package a3020/guzzle-mutable-config contains the following files
Loading the files please wait ....