Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@franmomu
franmomu / app.php
Created February 3, 2014 14:28
Goutte Playground
<?php
require_once __DIR__.'/vendor/autoload.php';
use Goutte\Client;
$client = new Client();
// Login page
$crawler = $client->request('GET', 'http://x3demob.cpx3demo.com:2082/?locale=en');