Skip to content

Instantly share code, notes, and snippets.

@hannesvdvreken
Created July 31, 2015 15:07
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 hannesvdvreken/ef652f64167485499ad7 to your computer and use it in GitHub Desktop.
Save hannesvdvreken/ef652f64167485499ad7 to your computer and use it in GitHub Desktop.
How to use Http\Adapter\Client
$client = new \Http\Adapter\Client($adapter);
$psrResponse = $client->get('https://api.github.com/users/hannesvdvreken');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment