exfriend / download
Bulletproof downloads for PHP
1.3
2019-06-27 15:29 UTC
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-27 12:21:46 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' );