exfriend / download

Bulletproof downloader for PHP. Tries cURL, streams and sockets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

This helper was originally created for using from within a plugin on some old WordPress installations running in different environments.

It does it's best to fetch the content using php-curl, file_get_contents and pure sockets. Supports HTTPS. Enjoy!

Installation

composer require exfriend/download @dev

Usage

$html = download( 'https://example.com' );

Credits

Serpentine.io

About

Bulletproof downloader for PHP. Tries cURL, streams and sockets


Languages

Language:PHP 100.0%