dulo-tech/aws-tools

Common AWS classes.

Maintainers

Package info

github.com/dulo-tech/aws-tools

pkg:composer/dulo-tech/aws-tools

Statistics

Installs: 1 251

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.2 2015-02-26 10:47 UTC

This package is not auto-updated.

Last update: 2026-03-04 15:03:34 UTC


README

Build Status Latest Stable Version Total Downloads License

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.

Installing via Composer

The recommended way to install dulo-tech/aws-tools is through Composer.

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

Add dulo-tech/aws-tools to your composer.json:

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

Or run the Composer command to install the latest stable version of dulo-tech/aws-tools:

composer require dulo-tech/aws-tools

After installing, you need to require Composer's autoloader:

require 'vendor/autoload.php';