PHPackages                             tkzo/huge-file-streaming-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. tkzo/huge-file-streaming-downloader

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

tkzo/huge-file-streaming-downloader
===================================

A streaming downloader for huge file in PHP.

v1.0.2(4y ago)1751MITPHPPHP ^7.0 || ^8.0

Since May 7Pushed 4y agoCompare

[ Source](https://github.com/1105-6601/huge-file-streaming-downloader)[ Packagist](https://packagist.org/packages/tkzo/huge-file-streaming-downloader)[ RSS](/packages/tkzo-huge-file-streaming-downloader/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (4)Used By (0)

Huge file streaming downloader for PHP
======================================

[](#huge-file-streaming-downloader-for-php)

[![Build Status](https://camo.githubusercontent.com/7af1decf8e7e6311eae0bc3b212ce63627c0bb4416b55ebd8c52c44a1912ec16/68747470733a2f2f7472617669732d63692e6f72672f313130352d363630312f687567652d66696c652d73747265616d696e672d646f776e6c6f616465722e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/1105-6601/huge-file-streaming-downloader)[![GitHub tag](https://camo.githubusercontent.com/4290289a5916ed623797d73ddf6baace82624fda842395de462ba3740a5da2f1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f7461672f313130352d363630312f687567652d66696c652d73747265616d696e672d646f776e6c6f616465722e7376673f6c6162656c3d6c6174657374)](https://packagist.org/packages/tkzo/huge-file-streaming-downloader)[![Packagist](https://camo.githubusercontent.com/44c18082b1d51ee2ec5420cfbba3b62677a45d623ef1e6b22bd8c8b61153cc2f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f313130352d363630312f687567652d66696c652d73747265616d696e672d646f776e6c6f616465722e737667)](https://packagist.org/packages/tkzo/huge-file-streaming-downloader)[![Minimum PHP Version](https://camo.githubusercontent.com/ed3d5f316ab7046990f8dbe388251ead80e0b003b22814d531ddbfc332a20cf1/687474703a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344253230372e302d3838393242462e737667)](https://php.net/)[![License](https://camo.githubusercontent.com/729deccdedc2b386c0fc2d2c67329ce9edad64a3d30ee9663e7f753bafb0ea91/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f313130352d363630312f687567652d66696c652d73747265616d696e672d646f776e6c6f616465722e737667)](https://packagist.org/packages/tkzo/huge-file-streaming-downloader)

This package is streaming downloader for loading huge file from remote. It is possible to save a huge file locally without loading the entire file into memory.

This package is compliant with [PSR-4](http://www.php-fig.org/psr/4/), [PSR-1](http://www.php-fig.org/psr/1/), and [PSR-2](http://www.php-fig.org/psr/2/). If you notice compliance oversights, please send a patch via pull request.

Installation
------------

[](#installation)

To install `HugeFileStreamingDownloader` you can either clone this repository or you can use composer.

```
composer require tkzo/huge-file-streaming-downloader

```

Usage
-----

[](#usage)

```
$fileUrl  = 'https://example.com/archive.tar.gz';
$savePath = 'path/to/dest/file.tar.gz';

$loader = new \HugeFileStreamingDownloader\Downloader($fileUrl);
$loader->start($savePath);
```

There is a complete example of this in `example/example.php`.

License
-------

[](#license)

[MIT License](http://mit-license.org/)

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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.

###  Release Activity

Cadence

Every ~438 days

Total

3

Last Release

1684d ago

PHP version history (2 changes)v1.0.0PHP ^7.0

v1.0.1PHP ^7.0 || ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/ceb2491fb482d4b7241bef9b4893bbb13dd75d430d53fcf93bb0dbd07fff3fb1?d=identicon)[1105-6601](/maintainers/1105-6601)

---

Top Contributors

[![yzfhiro](https://avatars.githubusercontent.com/u/150792021?v=4)](https://github.com/yzfhiro "yzfhiro (4 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tkzo-huge-file-streaming-downloader/health.svg)

```
[![Health](https://phpackages.com/badges/tkzo-huge-file-streaming-downloader/health.svg)](https://phpackages.com/packages/tkzo-huge-file-streaming-downloader)
```

PHPackages © 2026

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