Skip to content

spruce-bruce/kohana_aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kohana_aws

This project is a kohana module containing the Amazon Web Services SDK for PHP. There is a companion blog post here.

Installation

  • Download the module and put it in your project's MODPATH (By default this is /your/project/modules).
  • Add the kohana_aws module to your bootstrap file.
  • Copy the aws.php config file from /your/project/modules/config/aws.php to the config directory in your project's application directory.
  • Set the public and private keys for your aws account in the aws.php config file. (Note: this config file will work just like the aws config file, meaning that you can support multiple aws accounts. See the example config file or this example from the sdk's CFCredentials doc.

Links

Amazon Web Services: http://aws.amazon.com/ AWS SDK for PHP: http://aws.amazon.com/sdkforphp/ SDK reference docs: http://docs.amazonwebservices.com/AWSSDKforPHP/latest/

About

The aws sdk as a kohana module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages