In my case, after I click "Direct Install" it lead me to this page and have content.

For us to have ability to upgrade PHP new repository. with the data highlighted on the screenshot.
http://download.opensuse.org/distribution/leap/42.1/repo/oss/

http://download.opensuse.org/distribution/leap/42.1/repo/oss/
object(Guzzle\Service\Resource\Model)#97 (2) {
["structure":protected]=>
NULL
["data":protected]=> Array(THE DATA YOU NEED TO ACCESS HERE)
}Reference Stackoverflow.com$result = $client->describeInstances(); var_dump($result); // Display the result in Guzzle\Service\Resource\Model $response = $result->toArray(); // Convert the protected data, into array // Display the intance IP information. var_dump($response['Reservations'][0]['Instances'][0]['NetworkInterfaces'][0]['PrivateIpAddresses']);