An open API service indexing awesome lists of open source software.

https://github.com/exfriend/download

Bulletproof downloader for PHP. Tries cURL, streams and sockets
https://github.com/exfriend/download

curl download php sockets wordpress

Last synced: 3 months ago
JSON representation

Bulletproof downloader for PHP. Tries cURL, streams and sockets

Awesome Lists containing this project

README

        

## 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

```bash
composer require exfriend/download @dev
```

## Usage

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

## Credits

[Serpentine.io](https://serpentine.io)