exfriend/download

Bulletproof downloads for PHP

1.3 2019-06-27 15:29 UTC

This package is auto-updated.

Last update: 2024-04-27 07:44:41 UTC


README

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