2017 © Pedro Peláez
 

library aws-s3-service-php

Based on Amazon AWS PHP SDK. Enables using S3 services with ease.

image

tbetool/aws-s3-service-php

Based on Amazon AWS PHP SDK. Enables using S3 services with ease.

  • Thursday, July 19, 2018
  • by anuj9196
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 43 % Grown

The README.md

aws-s3-service-php

Easy to use S3 services of Amazon AWS, (*1)

Installation

composer require tbetool/aws-s3-service-php

Initialize

$s3Service = new S3Service(S3_KEY, S3_SECRET, S3_BUCKET);

set region

$s3Service->setS3Region('us-east-1');

set version

$s3Service->setS3Version('latest');

set HTTP Verfity

$s3Service->setS3HttpVerify(false);

upload

try {

    $s3_url = $s3Service->moveToS3($local_file, $key, $acl);
    return $s3_url;
} catch (Exception $e) {
    print($e->getMessage();
}

The Versions

19/07 2018

dev-master

9999999-dev http://thebornengineer.com

Based on Amazon AWS PHP SDK. Enables using S3 services with ease.

  Sources   Download

The Requires

 

aws aws-sdk-php aws-php-sdk amazon aws aws-php-service aws s3 service php the born engineer anuj sharma tbe anuj tbe amazon aws s3 service

06/03 2018

v1.0

1.0.0.0 http://thebornengineer.com

Based on Amazon AWS PHP SDK. Enables using S3 services with ease.

  Sources   Download

The Requires

 

aws-sdk-php aws-php-sdk amazon aws aws-php-service aws s3 service php the born engineer anuj sharma tbe anuj tbe amazon aws s3 service