PHPackages                             ediazaro/s3-objects-stream-zip-php - 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. ediazaro/s3-objects-stream-zip-php

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

ediazaro/s3-objects-stream-zip-php
==================================

S3ObjectsStreamZip is a PHP library to stream objects from AWS S3 as a zip file.

v5.0.0(9mo ago)045MITPHPPHP &gt;=7.2

Since Aug 5Pushed 6mo agoCompare

[ Source](https://github.com/ediazaro/s3-objects-stream-zip-php)[ Packagist](https://packagist.org/packages/ediazaro/s3-objects-stream-zip-php)[ Docs](https://github.com/wgenial/s3-objects-stream-zip-php)[ RSS](/packages/ediazaro-s3-objects-stream-zip-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

S3ObjectsStreamZip
==================

[](#s3objectsstreamzip)

[![Packagist](https://camo.githubusercontent.com/43d014b5787c3a456cf80097b93ea615820a08cd75dc9cec4d9b2ddafcc70983/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7767656e69616c2f73332d6f626a656374732d73747265616d2d7a69702d7068703f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/wgenial/s3-objects-stream-zip-php)[![PHP Version](https://camo.githubusercontent.com/66ed73d1e7084355ef213487ee42c1ecfec2f53da36e126908b8fa051bcb5a2a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f7767656e69616c2f73332d6f626a656374732d73747265616d2d7a69702d7068703f7374796c653d666f722d7468652d6261646765)](https://github.com/wgenial/s3-objects-stream-zip-php/blob/master/composer.json#L18)[![Codacy](https://camo.githubusercontent.com/01c5a3493e34a6ead591d8784b9134da4f337eaa288d26979946b7c56606b302/68747470733a2f2f696d672e736869656c64732e696f2f636f646163792f67726164652f35363465316632303862616234393136626164363163646163626361343530613f7374796c653d666f722d7468652d6261646765)](https://app.codacy.com/gh/wgenial/s3-objects-stream-zip-php)[![GitHub Workflow Status](https://camo.githubusercontent.com/791c8d331567e4477d23a077313dc5c0e00b74aef8616f59743345ddfa7864be/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f7767656e69616c2f73332d6f626a656374732d73747265616d2d7a69702d7068702f546573743f6c6162656c3d74657374266c6f676f3d676974687562267374796c653d666f722d7468652d6261646765)](https://github.com/wgenial/s3-objects-stream-zip-php/actions?query=workflow%3ATest)[![Travis](https://camo.githubusercontent.com/c8299d9ed52f32a46789954cbe7c6004f90f7a5b05122228740e4a468a7852fd/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7767656e69616c2f73332d6f626a656374732d73747265616d2d7a69702d7068703f7374796c653d666f722d7468652d6261646765266c6162656c3d747261766973)](https://app.travis-ci.com/wgenial/s3-objects-stream-zip-php)[![License](https://camo.githubusercontent.com/36df3d34760171dac7d140bad011a3d5f02cd351b54c11ec8b3a83e217da409b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7767656e69616c2f73332d6f626a656374732d73747265616d2d7a69702d7068703f7374796c653d666f722d7468652d6261646765)](https://github.com/wgenial/s3-objects-stream-zip-php/blob/master/LICENSE)

Overview
--------

[](#overview)

S3ObjectsStreamZip is a PHP library to stream objects from AWS S3 as a zip file.

Uses AWS SDK Version 3 to [stream objects directly from S3](https://docs.aws.amazon.com/aws-sdk-php/v3/guide/service/s3-stream-wrapper.html).

Install
-------

[](#install)

```
composer require wgenial/s3-objects-stream-zip-php

```

Usage
-----

[](#usage)

See [example](https://github.com/wgenial/s3-objects-stream-zip-php/blob/master/example/index.php) folder.

```
