timeout(10) ->get($url); } catch (ConnectionException $e) { return; } catch (Exception $e) { return; } if(!$res->ok()) { return; } return $res->body(); } }