2017 © Pedro PelĂĄez
 

library flysystem-http-downloader

Download any HTTP content to a file

image

indigophp/flysystem-http-downloader

Download any HTTP content to a file

  • Friday, July 3, 2015
  • by mark.sagikazar
  • Repository
  • 3 Watchers
  • 5 Stars
  • 145 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 3 Open issues
  • 1 Versions
  • 4 % Grown

The README.md

Flysystem HTTP Downloader

Latest Version Software License Build Status Code Coverage Quality Score HHVM Status Total Downloads Dependency Status, (*1)

Download any HTTP content to a file., (*2)

Install

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');

Testing

bash $ phpspec run, (*5)

Contributing

Please see CONTRIBUTING for details., (*6)

Credits

License

The MIT License (MIT). Please see License File for more information., (*7)

The Versions

03/07 2015

dev-master

9999999-dev https://indigophp.com

Download any HTTP content to a file

  Sources   Download

MIT

The Requires

 

The Development Requires

by MĂĄrk SĂĄgi-KazĂĄr

http flysystem