fetch($url) ->then(function($r) { return $r->json(); }) ->then(var_dump(...)); echo "Yeah, its async.\n\n";