I\'m looking for a way to do asynchronous GET requests in PHP with callbacks, similar to JavaScript\'s fetch API:
fetch
fetch(url).then(Response => Resp