Created
October 6, 2013 07:24
Near-trivial notes on how to install the official AWS PHP SDK on RHEL-based boxes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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