Skip to content

Instantly share code, notes, and snippets.

@ovr
Created July 14, 2019 11:47
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 ovr/1f7f328f15c1a666bb3885176e2a86ba to your computer and use it in GitHub Desktop.
Save ovr/1f7f328f15c1a666bb3885176e2a86ba to your computer and use it in GitHub Desktop.
<?php
$client = new SimpleClient(
new HttpStack(
new \Zend\Diactoros\RequestFactory(),
new \Zend\Diactoros\StreamFactory()
)
);
$request = $client->createRequest('GET', 'https://api.github.com/users/ovr');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment