2017-25 © Pedro Peláez
 

kohana-module kohana-aws

Kohana wrapper for the aws-php-sdk.

image

dexamped/kohana-aws

Kohana wrapper for the aws-php-sdk.

  • Friday, May 22, 2015
  • by dexamped
  • Repository
  • 2 Watchers
  • 1 Stars
  • 2,123 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 1 Open issues
  • 2 Versions
  • 3 % Grown

The README.md

Kohana AWS

Kohana wrapper module for the Amazon AWS PHP SDK., (*1)

  1. Installation
  2. Usage

Installation

Install the module

git submodule add git@github.com:dexamped/kohana-aws.git modules/kohana-aws
git submodule update --init --recursive

Load dependencies

We have to install vendor's dependencies by running composer install, (*2)

composer install --working-dir=modules/kohana-aws/vendor/aws-sdk-php/

Configuration

Edit application/bootstrap.php and add the module:, (*3)

Kohana::modules(array(
    ...
    'aws' => 'modules/kohana-aws',
    ...
));

Copy the modules/kohana-aws/config/aws.php to APPPATH/config/aws.php and setup your config., (*4)

Usage

get('s3');

        // Execute an S3 method
        $result = $s3->listBuckets();

        // Do something with it here
    }
}
?>

Full AWS SDK Usage

http://docs.aws.amazon.com/aws-sdk-php/latest/, (*5)

The Versions

22/05 2015

dev-composer-support

dev-composer-support

Kohana wrapper for the aws-php-sdk.

  Sources   Download

BSD-3-Clause

The Requires

 

by Chris

aws kohana aws-php-sdk

22/05 2015

dev-3.3/master

dev-3.3/master

Kohana wrapper for the aws-php-sdk.

  Sources   Download

BSD-3-Clause

The Requires

 

by Chris

aws kohana aws-php-sdk