Skip to content

Instantly share code, notes, and snippets.

<?php require 'vendor/autoload.php';
use Goutte\Client;
use GuzzleHttp\Client as GuzzleClient;
$client = new Client();
$client->setClient(new GuzzleClient(array(
'timeout' => 60,
'debug' => true,
)));