Skip to content

Instantly share code, notes, and snippets.

@rap2hpoutre
Last active June 21, 2017 08:15
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rap2hpoutre/a29e321d975a7a51c576 to your computer and use it in GitHub Desktop.
Save rap2hpoutre/a29e321d975a7a51c576 to your computer and use it in GitHub Desktop.
One line guzzle for json rest api
<?php
$a = json_decode((new GuzzleHttp\Client())->get('https://api.github.com/user')->getBody(), true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment