2017 © Pedro Peláez
 

library dreamobjects-client

Client for DreamObjects to work with AWS s3 API

image

arleslie/dreamobjects-client

Client for DreamObjects to work with AWS s3 API

  • Tuesday, February 9, 2016
  • by arleslie
  • Repository
  • 2 Watchers
  • 3 Stars
  • 77 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 3 Open issues
  • 3 Versions
  • 7 % Grown

The README.md

arleslie\DreamObjects

Client for DreamObjects to work with AWS S3 API (for Laravel), (*1)

Installation

composer require arleslie/dreamobjects-client, (*2)

In config\filesystems.php add the following under 'disks' => [, (*3)

        'dreamobjects' => [
            'driver' => 'dreamobjects',
            'key'    => '<key>',
            'secret' => '<secret>',
            'bucket' => '<bucket name>'
        ],

Add the ServiceProvider: arleslie\DreamObjects\ServiceProvider to your app.php., (*4)

The Versions

09/02 2016

dev-master

9999999-dev

Client for DreamObjects to work with AWS s3 API

  Sources   Download

MIT

The Requires

 

by Andrew Leslie

09/01 2016

1.0.1

1.0.1.0

Client for DreamObjects to work with AWS s3 API

  Sources   Download

MIT

The Requires

 

by Andrew Leslie

06/01 2016

1.0.0

1.0.0.0

Client for DreamObjects to work with AWS s3 API

  Sources   Download

MIT

The Requires

 

by Andrew Leslie