dev-master
9999999-dev https://indigophp.comDownload any HTTP content to a file
MIT
The Requires
The Development Requires
by MĂĄrk SĂĄgi-KazĂĄr
http flysystem
Wallogit.com
2017 © Pedro PelĂĄez
Download any HTTP content to a file
Download any HTTP content to a file., (*2)
Via Composer, (*3)
``` bash $ composer require indigophp/flysystem-http-downloader, (*4)
## Usage Simple downloader usage: ``` php use Indigo\Flysystem\Downloader; use League\Flysystem\Filesystem; use Ivory\HttpAdapter\HttpAdapterInterface; use Psr\Http\Message\RequestInterface; $downloader = new Downloader(new Filesystem, /* HttpAdapterInterface */); $request = /* RequestInterface */; $downloader->download($request, 'path/to/file');
bash
$ phpspec run, (*5)
Please see CONTRIBUTING for details., (*6)
The MIT License (MIT). Please see License File for more information., (*7)
Download any HTTP content to a file
MIT
http flysystem