setOptions([ CURLOPT_TIMEOUT => 2, CURLOPT_CONNECTTIMEOUT => 2, ]); $curl->get($url); } }