trungpv1601 / s3-objects-stream-zip-php
S3ObjectsStreamZip is a PHP library to stream objects from AWS S3 as a zip file.
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 14
pkg:composer/trungpv1601/s3-objects-stream-zip-php
Requires
- aws/aws-sdk-php: ^3.87
- maennchen/zipstream-php: ^0.5.2
Requires (Dev)
- phpunit/phpunit: ^7.5
README
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