2017 © Pedro Peláez
 

library flysystem-aws-s3-v2

Flysystem adapter for AWS S3 SDK v2

image

league/flysystem-aws-s3-v2

Flysystem adapter for AWS S3 SDK v2

  • Thursday, October 15, 2015
  • by frankdejonge
  • Repository
  • 8 Watchers
  • 42 Stars
  • 1,147,286 Installations
  • PHP
  • 28 Dependents
  • 19 Suggesters
  • 15 Forks
  • 4 Open issues
  • 5 Versions
  • 4 % Grown

The README.md

Flysystem Adapter for AWS S3 SDK v2

Author Build Status Coverage Status Quality Score Software License Packagist Version Total Downloads, (*1)

Installation

composer require league/flysystem-aws-s3-v2

Usage

use Aws\S3\S3Client;
use League\Flysystem\AwsS3v2\AwsS3Adapter;
use League\Flysystem\Filesystem;

$client = S3Client::factory(array(
    'key'    => '[your key]',
    'secret' => '[your secret]',
    'region' => '[aws-region]',
));

$adapter = new AwsS3Adapter($client, 'bucket-name', 'optional-prefix');

$filesystem = new Filesystem($adapter);

The Versions

15/10 2015

dev-master

9999999-dev

Flysystem adapter for AWS S3 SDK v2

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge

15/10 2015

1.0.3

1.0.3.0

Flysystem adapter for AWS S3 SDK v2

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge

19/05 2015

1.0.2

1.0.2.0

Flysystem adapter for AWS S3 SDK v2

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge

10/02 2015

1.0.1

1.0.1.0

Flysystem adapter for AWS S3 SDK v2

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge

21/01 2015

1.0.0

1.0.0.0

Flysystem adapter for AWS S3 SDK v2

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge