1 code examples of PHP Spatie\SslCertificate\Downloader extracted from open source projects
public static function createForHostName(string $url, int $timeout = 30, bool $verifyCertificate = true): self
{
return Downloader::downloadCertificateFromUrl($url, $timeout, $verifyCertificate);
}