Skip to content

Instantly share code, notes, and snippets.

@mattfarina
Created August 13, 2014 16:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattfarina/aa3ca483390c94f8851c to your computer and use it in GitHub Desktop.
Save mattfarina/aa3ca483390c94f8851c to your computer and use it in GitHub Desktop.
// Provide credentials
$settings = array(
'username' => USERNAME,
'password' => PASSWORD,
'tenantid' => YOUR_TENANT_ID,
'endpoint' => IDENTITY_SERVICES_URL,
'transport' => '\HPCloud\Transport\PHPStreamTransport',
);
Bootstrap::setConfiguration($settings);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment