config['http'] ?? []; $httpConfig = array_merge($httpConfig, $config); $client = new \GuzzleHttp\Client($httpConfig); return $client; } }