2017 © Pedro Peláez
 

library esetres

Laravel AWS S3 Service Integration

image

dumpk/esetres

Laravel AWS S3 Service Integration

  • Monday, July 10, 2017
  • by nicolasbistolfi
  • Repository
  • 1 Watchers
  • 6 Stars
  • 6,171 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 15 % Grown

The README.md

Esetres

Author Build Status Packagist, (*1)

Laravel AWS S3 Service Integration to upload files., (*2)

Documentation

Installation

Require this package with composer:, (*3)

composer require dumpk/esetres

Add this variables to your .env with your Amazon credentials, (*4)

AWS_ACCESS_KEY_ID={AMAZONACCESSKEY}
AWS_SECRET_ACCESS_KEY={SECRETAMAZONSOMETHINGLONG}
AWS_REGION={YOURREGION}

Usage

Add the EsetresAWS class to your class header, (*5)

use Dumpk\Esetres\EsetresAWS;

The class is a singleton so you only need to call the static methods., (*6)

To upload a file:, (*7)

EsetresAWS::uploadFile($filepath, $key, $bucket);

To delete a file:, (*8)

EsetresAWS::deleteFile($key, $bucket);

To make a file accesible to everyone:, (*9)

EsetresAWS::makeFilePublic($key, $bucket);

To check for a file existance:, (*10)

EsetresAWS::fileExists($key, $bucket);

If you want to get all the file information:, (*11)

EsetresAWS::getObject($key, $bucket);

Optionally you can pass to the getObject method, a filepath to store the file on your server., (*12)

EsetresAWS::getObject($key, $bucket, "/var/www/filepath.txt");

Support

The following support channels can be used for contact., (*13)

Bug reports, feature requests, and pull requests can be submitted following our Contribution Guide., (*14)

Contributing & Protocols

Roadmap

Will look at future enhancements down the road., (*15)

License

This software is released under the MIT License., (*16)

© 2015 Nicolás Bistolfi (nbistolfi@gmail.com), All rights reserved., (*17)

The Versions

10/07 2017

dev-master

9999999-dev http://github.com/dumpk/esetres

Laravel AWS S3 Service Integration

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nicolás Bistolfi

laravel s3 aws s3 laraflock esetres

10/07 2017

dev-develop

dev-develop http://github.com/dumpk/esetres

Laravel AWS S3 Service Integration

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nicolás Bistolfi

laravel s3 aws s3 laraflock esetres

10/07 2017

0.9.3

0.9.3.0 http://github.com/dumpk/esetres

Laravel AWS S3 Service Integration

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nicolás Bistolfi

laravel s3 aws s3 laraflock esetres

07/07 2017

0.9.2

0.9.2.0 http://github.com/dumpk/esetres

Laravel AWS S3 Service Integration

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nicolás Bistolfi

laravel s3 aws s3 laraflock esetres

05/11 2015

0.9.1

0.9.1.0 http://github.com/dumpk/esetres

Laravel AWS S3 Service Integration

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nicolás Bistolfi

laravel s3 aws s3 laraflock esetres

05/11 2015

0.9

0.9.0.0 http://github.com/dumpk/esetres

Laravel AWS S3 Service Integration

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nicolás Bistolfi

laravel s3 aws s3 laraflock esetres