2017 © Pedro PelĂĄez
 

library s3-bucket-stream-zip-php

PHP library to efficiently stream contents from an AWS S3 bucket or folder as a zip file

image

limenet/s3-bucket-stream-zip-php

PHP library to efficiently stream contents from an AWS S3 bucket or folder as a zip file

  • Sunday, July 23, 2017
  • by limenet
  • Repository
  • 1 Watchers
  • 0 Stars
  • 40 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 13 Forks
  • 0 Open issues
  • 8 Versions
  • 3 % Grown

The README.md

S3BucketStreamZip

Build Status Scrutinizer Code Quality Code Coverage, (*1)

Forked from jmathai/s3-bucket-stream-zip-php and michaeltlee/s3-bucket-stream-zip-php, (*2)

Overview

This library lets you efficiently stream the contents of an S3 bucket/folder as a zip file to the client., (*3)

Uses v3 of AWS SDK to stream files directly from S3., (*4)

Installation

composer require limenet/s3-bucket-stream-zip-php

Usage

See examples/simple.php., (*5)

Laravel 5.4

in config/app.php:, (*6)

'providers' => [
    ...
    limenet\S3BucketStreamZip\AwsZipStreamServiceProvider::class,
    ...
]

in config/services.php, set:, (*7)

's3' => [
    'key'     => '',
    'secret'  => '',
    'region'  => '',
    'version' => '',
];

Authors

Dependencies

The Versions

23/07 2017

dev-master

9999999-dev https://github.com/michaeltlee/s3-bucket-stream-zip-php

PHP library to efficiently stream contents from an AWS S3 bucket or folder as a zip file

  Sources   Download

MIT

The Requires

 

The Development Requires

php amazon s3 aws zip stream download

23/07 2017

v3.0.2

3.0.2.0 https://github.com/michaeltlee/s3-bucket-stream-zip-php

PHP library to efficiently stream contents from an AWS S3 bucket or folder as a zip file

  Sources   Download

MIT

The Requires

 

The Development Requires

php amazon s3 aws zip stream download

23/07 2017

v3.0.1

3.0.1.0 https://github.com/michaeltlee/s3-bucket-stream-zip-php

PHP library to efficiently stream contents from an AWS S3 bucket or folder as a zip file

  Sources   Download

MIT

The Requires

 

The Development Requires

php amazon s3 aws zip stream download

23/07 2017

v3.0.0

3.0.0.0 https://github.com/michaeltlee/s3-bucket-stream-zip-php

PHP library to efficiently stream contents from an AWS S3 bucket or folder as a zip file

  Sources   Download

MIT

The Requires

 

The Development Requires

php amazon s3 aws zip stream download

24/02 2017

v2.0.1

2.0.1.0 https://github.com/limenet/s3-bucket-stream-zip-php

PHP library to efficiently stream contents from an AWS S3 bucket or folder as a zip file

  Sources   Download

MIT

The Requires

 

The Development Requires

php amazon s3 aws zip stream download

24/02 2017

v2.0.0

2.0.0.0 https://github.com/limenet/s3-bucket-stream-zip-php

PHP library to efficiently stream contents from an AWS S3 bucket or folder as a zip file

  Sources   Download

MIT

The Requires

 

The Development Requires

php amazon s3 aws zip stream download

29/11 2015

1.0.1

1.0.1.0 https://github.com/jmathai/s3-bucket-stream-zip-php

PHP library to efficiently stream contents from an AWS S3 bucket or folder as a zip file

  Sources   Download

MIT

The Requires

 

The Development Requires

php amazon s3 aws zip stream download

06/03 2015

1.0.0

1.0.0.0 https://github.com/jmathai/s3-bucket-stream-zip-php

PHP library to efficiently stream contents from an AWS S3 bucket or folder as a zip file

  Sources   Download

MIT

The Requires

 

The Development Requires

php amazon s3 aws zip stream download