PHPackages                             s3-mass-downloader/s3-mass-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. s3-mass-downloader/s3-mass-downloader

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

s3-mass-downloader/s3-mass-downloader
=====================================

Solution for bulk files streaming from S3 to ZIP archive

0.2.0(2y ago)08mitPHPPHP &gt;=7.4

Since Oct 22Pushed 2y ago1 watchersCompare

[ Source](https://github.com/m-kas/s3-mass-downloader)[ Packagist](https://packagist.org/packages/s3-mass-downloader/s3-mass-downloader)[ RSS](/packages/s3-mass-downloader-s3-mass-downloader/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (3)Versions (4)Used By (0)

Overview
========

[](#overview)

This library allows you to download the provided list of files from S3 storage into a single zipped file.

**What is important, the downloaded files are not stored on the disk on the server, but are streamed directly to the zip file to be downloaded by the user's browser.**

Prerequisites
=============

[](#prerequisites)

- [PHP 7.4](https://www.php.net/downloads.php) or higher,
- [PHP Zip](https://www.php.net/manual/en/zip.installation.php) extension,
- [PHP AWS SDK 3.0](https://docs.aws.amazon.com/sdk-for-php/v3/developer-guide/getting-started_installation.html) or higher (installed as a [composer](https://getcomposer.org/) dependency),
- [AWS S3 bucket](https://docs.aws.amazon.com/AmazonS3/latest/userguide/creating-bucket.html) with files to download.

Installation
============

[](#installation)

- install library with [composer](https://getcomposer.org/): `composer require s3-mass-downloader/s3-mass-downloader`
- use the library in your code (see the `examples/basic-usage.php` file)

Usage
=====

[](#usage)

- create an instance of the `StreamingClient` class. As a parameters please provide an instance of the `S3Client` class from the AWS SDK and the name of the bucket from which you want to download the files.
- call `downloadZippedFiles($listOfFilesToDownload)` method. As a parameter please provide an array with the list of absolute files path that you want to be downloaded.
- please see the `examples/basic-usage.php` file for more details.

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

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 ~2 days

Total

3

Last Release

929d ago

PHP version history (2 changes)0.1.0PHP &gt;=8.2

0.2.0PHP &gt;=7.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/99a4b1d061d6d8efa3a7142ebc57e615d4a703a4801d63a2650748443adb17bd?d=identicon)[m-kas](/maintainers/m-kas)

---

Tags

streams3awszipdownloader

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/s3-mass-downloader-s3-mass-downloader/health.svg)

```
[![Health](https://phpackages.com/badges/s3-mass-downloader-s3-mass-downloader/health.svg)](https://phpackages.com/packages/s3-mass-downloader-s3-mass-downloader)
```

###  Alternatives

[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.6k263.6M790](/packages/league-flysystem-aws-s3-v3)[aws/aws-sdk-php-laravel

A simple Laravel 9/10/11/12/13 service provider for including the AWS SDK for PHP.

1.7k35.6M75](/packages/aws-aws-sdk-php-laravel)[jmathai/s3-bucket-stream-zip-php

PHP library to efficiently stream contents from an AWS S3 bucket or folder as a zip file

56114.4k](/packages/jmathai-s3-bucket-stream-zip-php)[aws/aws-sdk-php-resources

A resource-oriented API for interacting with AWS services

1381.8M10](/packages/aws-aws-sdk-php-resources)[vinelab/cdn

Content Delivery Network (CDN) Package for Laravel

217240.8k1](/packages/vinelab-cdn)[aws/aws-sdk-php-zf2

Zend Framework 2 Module that allows easy integration the AWS SDK for PHP

104997.5k5](/packages/aws-aws-sdk-php-zf2)

PHPackages © 2026

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