Skip to content

Instantly share code, notes, and snippets.

@pcolby
Created October 6, 2013 07:24
Show Gist options
  • Save pcolby/6850712 to your computer and use it in GitHub Desktop.
Save pcolby/6850712 to your computer and use it in GitHub Desktop.
Near-trivial notes on how to install the official AWS PHP SDK on RHEL-based boxes.
sudo yum install php php-pear
sudo pear channel-discover guzzlephp.org/pear
sudo pear channel-discover pear.amazonwebservices.com
sudo pear channel-discover pear.symfony.com
sudo pear install aws/sdk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment