
This channel is to be used with the PEAR installer.
pear channel-discover pear.amazonwebservices.com
pear remote-list -c aws
pear install aws/package_name
pear install aws/package_name-1.0.0 pear install aws/package_name-beta
pear.amazonwebservices.com/feed.xml
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';