Skip to content
This repository was archived by the owner on Mar 14, 2021. It is now read-only.

Requirements and installation

Exeu edited this page Nov 27, 2010 · 1 revision

Requirements

PHP 5 with SOAP Extension enabled
An AWS Account

Installation

First download the package from the “Downloadpanel”.
Extract the package and include the AmazonECS.class.php in your project.

For example:
require_once(‘lib/AmazonECS.class.php’);

Please see the test Files for more information about querying with this class.

Clone this wiki locally