PHPackages                             genkgo/archive-stream - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. genkgo/archive-stream

ActiveLibrary[HTTP &amp; Networking](/categories/http)

genkgo/archive-stream
=====================

Stream a ZIP file (memory efficient) as a PSR-7 message

3.6.0(1mo ago)3063.0k↓37.5%3MITPHPPHP ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0CI passing

Since Aug 7Pushed 1mo ago4 watchersCompare

[ Source](https://github.com/genkgo/archive-stream)[ Packagist](https://packagist.org/packages/genkgo/archive-stream)[ Docs](https://github.com/genkgo/archive-stream)[ RSS](/packages/genkgo-archive-stream/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (10)Versions (28)Used By (0)

ArchiveStream Message Body (PSR-7)
==================================

[](#archivestream-message-body-psr-7)

Stream a ZIP file (memory efficient) as a PSR-7 message.

[![workflow code check](https://github.com/genkgo/archive-stream/workflows/code%20check/badge.svg)](https://github.com/genkgo/archive-stream/workflows/code%20check/badge.svg)

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

[](#installation)

Use composer to add the package to your dependencies. Supports [every PHP version that is receiving security updates](https://www.php.net/supported-versions.php).

```
composer require genkgo/archive-stream
```

For PHP 7.3, use version 3.1.x or lower.

```
composer require genkgo/archive-stream@3.0.3
```

Getting Started
---------------

[](#getting-started)

```
