trungpv1601/s3-objects-stream-zip-php

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

2.0.5 2019-03-27 11:50 UTC

This package is auto-updated.

Last update: 2024-03-27 23:50:24 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.

Noted: Add ENDPOINT config support DigitalOcean Spaces

Install

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

Usage

See example folder.

Dependencies

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

Authors