spatialmedia/s3-objects-stream-zip-php

Fork of S3ObjectsStreamZip

1.1.5 2018-02-14 17:29 UTC

This package is not auto-updated.

Last update: 2022-06-16 15:54:03 UTC


README

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