2017 © Pedro PelĂĄez
 

yii2-extension yii2-kilatstorage-s3

This class is a standalone S3 REST implementation for PHP 5.2.x (using CURL), that supports large file uploads and doesn’t require PEAR.

image

sanicode/yii2-kilatstorage-s3

This class is a standalone S3 REST implementation for PHP 5.2.x (using CURL), that supports large file uploads and doesn’t require PEAR.

  • Monday, April 4, 2016
  • by sani
  • Repository
  • 2 Watchers
  • 1 Stars
  • 40 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Yii2 KilatStorage S3

This class is a standalone S3 REST implementation for PHP 5.2.x (using CURL), that supports large file uploads and doesn’t require PEAR., (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require --prefer-dist sanicode/yii2-kilatstorage-s3 "*"

or add, (*4)

"sanicode/yii2-kilatstorage-s3": "*"

to the require section of your composer.json file., (*5)

Usage

Once the extension is installed, simply use it in your code by :, (*6)

<?php 
    use sanicode\KilatStorageS3\S3;
    $s3 = new S3($accessKey, $secretKey);
    //put object
    $s3->putObjectFile(...)
    //delete object
    $s3->deleteObject(...)
?>

The Versions

04/04 2016

dev-master

9999999-dev

This class is a standalone S3 REST implementation for PHP 5.2.x (using CURL), that supports large file uploads and doesn’t require PEAR.

  Sources   Download

GPL-2.0+

The Requires

 

by Avatar sani

extension yii2

30/03 2016

1.0

1.0.0.0

This class is a standalone S3 REST implementation for PHP 5.2.x (using CURL), that supports large file uploads and doesn’t require PEAR.

  Sources   Download

GPL-2.0+

The Requires

 

by Avatar sani

extension yii2