Using this Channel

This channel is to be used with the PEAR installer.

Registering the channel:

pear channel-discover pear.amazonwebservices.com

Listing available packages:

pear remote-list -c aws

Installing a package:

pear install aws/package_name

Installing a specific version/stability:

pear install aws/package_name-1.0.0
pear install aws/package_name-beta

Receiving updates via a feed:

pear.amazonwebservices.com/feed.xml

Packages

AWS SDK for PHP 1.5.6

Official PHP SDK for Amazon Web Services. Learn more.

You can install or upgrade this package with one of the following commands:

pear install aws/sdk
pear upgrade aws/sdk

Once the package is installed, you can include it with:

require_once 'AWSSDKforPHP/sdk.class.php';