2017 © Pedro Peláez
 

library aws-tools

Common AWS classes.

image

dulo-tech/aws-tools

Common AWS classes.

  • Thursday, February 26, 2015
  • by headzoo
  • Repository
  • 4 Watchers
  • 0 Stars
  • 1,241 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

aws-tools

Build Status Latest Stable Version Total Downloads License, (*1)

Because I keep needing the same handful of utility classes when I'm working with AWS, I decided to put them in a separate repo so they can be reused in different projects., (*2)

Installing via Composer

The recommended way to install dulo-tech/aws-tools is through Composer., (*3)

# Install Composer
curl -sS https://getcomposer.org/installer | php

Add dulo-tech/aws-tools to your composer.json:, (*4)

"require": {
    "dulo-tech/aws-tools": "dev-master"
}

Or run the Composer command to install the latest stable version of dulo-tech/aws-tools:, (*5)

composer require dulo-tech/aws-tools

After installing, you need to require Composer's autoloader:, (*6)

require 'vendor/autoload.php';

The Versions

26/02 2015

dev-master

9999999-dev https://github.com/dulo-tech/aws-tools

Common AWS classes.

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

The Development Requires

amazon aws

26/02 2015

0.2

0.2.0.0 https://github.com/dulo-tech/aws-tools

Common AWS classes.

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

The Development Requires

amazon aws

26/02 2015

0.1

0.1.0.0 https://github.com/dulo-tech/aws-tools

Common AWS classes.

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

The Development Requires

amazon aws