2017 © Pedro Peláez
 

library better-aws-php-core

PHP library with Core Better_XXX AWS classes

image

referly/better-aws-php-core

PHP library with Core Better_XXX AWS classes

  • Wednesday, December 21, 2016
  • by caldwecr
  • Repository
  • 16 Watchers
  • 0 Stars
  • 4,121 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 1 % Grown

The README.md

better_php_common

Core components used by multiple better aws php packages, (*1)

Usage

This package includes classes that are used across multiple better_xxx_php packages relating to AWS services., (*2)

Classes

Configuration

The configuration object. It is passed to the AWS client to configure it properly for use., (*3)

Usually one would call the ConfigurationFactory instead of initializing this class directly., (*4)

ConfigurationFactory

Creates Configuration instances. Accepts an array of configuration key value pairs that are appropriately set on the Configuration instance., (*5)

$configFactory = new ConfigurationFactory;
$configuration = $configFactory->createConfiguration([
    'region' => 'us-east-1',
    'credentials' => [
        'key' => getenv('AWS_ACCESS_KEY_ID'),
        'secret' => getenv('AWS_SECRET_ACCESS_KEY'),
    ],
]);

The Versions

21/12 2016

dev-master

9999999-dev https://github.com/Referly/better_aws_php_core

PHP library with Core Better_XXX AWS classes

  Sources   Download

MIT

The Requires

 

The Development Requires

by Courtland Caldwell

aws

21/12 2016

1.0.0

1.0.0.0 https://github.com/Referly/better_aws_php_core

PHP library with Core Better_XXX AWS classes

  Sources   Download

MIT

The Requires

 

The Development Requires

by Courtland Caldwell

aws