2017 © Pedro Peláez
 

library s3streamwrapper

Amazon AWS S3 Stream Wrapper

image

gwk/s3streamwrapper

Amazon AWS S3 Stream Wrapper

  • Tuesday, November 19, 2013
  • by gwkunze
  • Repository
  • 4 Watchers
  • 19 Stars
  • 11,990 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 1 Open issues
  • 9 Versions
  • 6 % Grown

The README.md

S3StreamWrapper

A simple stream wrapper for Amazon S3., (*1)

Example

``` php <?php, (*2)

use S3StreamWrapper\S3StreamWrapper;, (*3)

S3StreamWrapper::register();, (*4)

$options = array( 'credentials' => [ 'key' => "YOUR AWS KEY HERE", 'secret' => "YOUR AWS SECRET HERE" ], 'region' => 'us-east-1', 'version' => '2006-03-01' );, (*5)

stream_context_set_default(array('s3' => $options));, (*6)

echo file_get_contents("s3://mybucket/file1");, (*7)

echo file_put_contents("s3://mybucket/file2", "Foobar!");, (*8)

print_r(scandir("s3://mybucket/")); ```, (*9)

License

MIT, See LICENSE, (*10)

The Versions

19/11 2013

dev-master

9999999-dev

Amazon AWS S3 Stream Wrapper

  Sources   Download

MIT

The Requires

 

The Development Requires

by Gijs Kunze

s3 aws stream stream wrapper

19/11 2013

0.3.2

0.3.2.0

Amazon AWS S3 Stream Wrapper

  Sources   Download

MIT

The Requires

 

The Development Requires

by Gijs Kunze

s3 aws stream stream wrapper

14/08 2013

0.3.1

0.3.1.0

Amazon AWS S3 Stream Wrapper

  Sources   Download

MIT

The Requires

 

The Development Requires

by Gijs Kunze

s3 aws stream stream wrapper

04/04 2013

0.3.0

0.3.0.0

Amazon AWS S3 Stream Wrapper

  Sources   Download

MIT

The Requires

 

The Development Requires

by Gijs Kunze

s3 aws stream stream wrapper

05/02 2013

0.2.3

0.2.3.0

S3 Stream Wrapper

  Sources   Download

MIT

The Requires

 

by Gijs Kunze

05/02 2013

0.2.2

0.2.2.0

S3 Stream Wrapper

  Sources   Download

MIT

The Requires

 

by Gijs Kunze

05/02 2013

0.2.1

0.2.1.0

S3 Stream Wrapper

  Sources   Download

MIT

The Requires

 

by Gijs Kunze

05/02 2013

0.2

0.2.0.0

S3 Stream Wrapper

  Sources   Download

MIT

The Requires

 

by Gijs Kunze

05/02 2013

0.1

0.1.0.0

S3 Stream Wrapper

  Sources   Download

MIT

The Requires

 

by Gijs Kunze