PHPackages                             indigophp/flysystem-http-downloader - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. indigophp/flysystem-http-downloader

AbandonedArchivedLibrary[File &amp; Storage](/categories/file-storage)

indigophp/flysystem-http-downloader
===================================

Download any HTTP content to a file

51842[2 issues](https://github.com/indigophp/flysystem-http-downloader/issues)[1 PRs](https://github.com/indigophp/flysystem-http-downloader/pulls)PHP

Since Jul 3Pushed 8y ago3 watchersCompare

[ Source](https://github.com/indigophp/flysystem-http-downloader)[ Packagist](https://packagist.org/packages/indigophp/flysystem-http-downloader)[ RSS](/packages/indigophp-flysystem-http-downloader/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Flysystem HTTP Downloader
=========================

[](#flysystem-http-downloader)

[![Latest Version](https://camo.githubusercontent.com/1d0144fa0b7e1e622bd330fdeb46362c11a7c308b4e6c0939572870ec2f9f77b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f696e6469676f7068702f666c7973797374656d2d687474702d646f776e6c6f616465722e7376673f7374796c653d666c61742d737175617265)](https://github.com/indigophp/flysystem-http-downloader/releases)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Build Status](https://camo.githubusercontent.com/40feb2bbf1c90aa9003a13be954ae8d1335d1d4e9531939135946114cc099247/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f696e6469676f7068702f666c7973797374656d2d687474702d646f776e6c6f616465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/indigophp/flysystem-http-downloader)[![Code Coverage](https://camo.githubusercontent.com/d1d6d8925e19016815f633184dcaa2c15053ac9fa982a9d2b448682e9e955332/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f696e6469676f7068702f666c7973797374656d2d687474702d646f776e6c6f616465722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/indigophp/flysystem-http-downloader)[![Quality Score](https://camo.githubusercontent.com/88120d64c8eb024b854e63e0f51002c9abfef68cf3a30281d71bd84d8657adda/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f696e6469676f7068702f666c7973797374656d2d687474702d646f776e6c6f616465722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/indigophp/flysystem-http-downloader)[![HHVM Status](https://camo.githubusercontent.com/ebab4bf9ae2e9a21cb06ffdb270ab4b365f763377331798cb446a073b4ed2925/68747470733a2f2f696d672e736869656c64732e696f2f6868766d2f696e6469676f7068702f666c7973797374656d2d687474702d646f776e6c6f616465722e7376673f7374796c653d666c61742d737175617265)](http://hhvm.h4cc.de/package/indigophp/flysystem-http-downloader)[![Total Downloads](https://camo.githubusercontent.com/8e16ccfe70912235acc6fecca02cd67a23d580cd0a32e8ff137049538c5bbf8e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696e6469676f7068702f666c7973797374656d2d687474702d646f776e6c6f616465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/indigophp/flysystem-http-downloader)[![Dependency Status](https://camo.githubusercontent.com/fe1d50b82c6a035a37c687b9dbadf09c0c2d9a3fde1ecf40e35d0713f9709de3/68747470733a2f2f696d672e736869656c64732e696f2f76657273696f6e6579652f642f7068702f696e6469676f7068703a666c7973797374656d2d687474702d646f776e6c6f616465722e7376673f7374796c653d666c61742d737175617265)](https://www.versioneye.com/php/indigophp:flysystem-http-downloader)

**Download any HTTP content to a file.**

Install
-------

[](#install)

Via Composer

```
$ composer require indigophp/flysystem-http-downloader
```

Usage
-----

[](#usage)

Simple downloader usage:

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

[](#testing)

```
$ phpspec run
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- [Márk Sági-Kazár](https://github.com/sagikazarmark)
- [All Contributors](https://github.com/indigophp/flysystem-http-downloader/contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance12

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/0e4e105cea62b616d4cb376b08a849b6a428f646998537de150d16a8eb537b90?d=identicon)[mark.sagikazar](/maintainers/mark.sagikazar)

![](https://www.gravatar.com/avatar/1585b5a08e138e348f5b646231d0f16cb2eae06501fb9462bbc97a794d4de84a?d=identicon)[TamasBarta](/maintainers/TamasBarta)

---

Top Contributors

[![sagikazarmark](https://avatars.githubusercontent.com/u/1226384?v=4)](https://github.com/sagikazarmark "sagikazarmark (4 commits)")[![danmichaelo](https://avatars.githubusercontent.com/u/434495?v=4)](https://github.com/danmichaelo "danmichaelo (1 commits)")

### Embed Badge

![Health badge](/badges/indigophp-flysystem-http-downloader/health.svg)

```
[![Health](https://phpackages.com/badges/indigophp-flysystem-http-downloader/health.svg)](https://phpackages.com/packages/indigophp-flysystem-http-downloader)
```

###  Alternatives

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

2.5k39.8M123](/packages/knplabs-gaufrette)[google/cloud-storage

Cloud Storage Client for PHP

34390.8M124](/packages/google-cloud-storage)[illuminate/filesystem

The Illuminate Filesystem package.

15261.6M2.6k](/packages/illuminate-filesystem)[superbalist/flysystem-google-storage

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M62](/packages/creocoder-yii2-flysystem)[flowjs/flow-php-server

PHP library for handling chunk uploads. Works with flow.js html5 file uploads.

2451.6M15](/packages/flowjs-flow-php-server)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
