Daidongsheng
Results
1
comments of
Daidongsheng
@harisb @linkinkin ``` php $config = [ 'proxy' => [ 'http' => 'xx.xx.xx.xx:8080' ] ]; $client = new \Goutte\Client; $client->setClient(new \GuzzleHttp\Client($config)); ```