/s3-objects-stream-zip-php

🗜️ 3ObjectsStreamZip is a PHP library to stream objects from AWS S3 as a zip file.

Primary LanguagePHPMIT LicenseMIT

S3ObjectsStreamZip

Packagist Codacy Badge Build Status GitHub license

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.

Install

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

Usage

See example folder.

Dependencies

  • aws/aws-sdk-php
  • maennchen/zipstream-php

Authors