exfriend / download
Bulletproof downloads for PHP
Installs: 119
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/exfriend/download
This package is auto-updated.
Last update: 2025-09-27 10:31:11 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' );