PHP-AWS had a good run when it debuted 11 years ago. One of the first PHP wrappers around Amazon's then fledgling AWS services, it was a great resource before there was an offical PHP SDK from Amazon.
But now this code is ancient, uses a deprecated API, and is horribly insecure and based on PHP 5. DO NOT USE. I'm archiving the repo. Thanks to everyone who contributed!
PHP-AWS is a collection of PHP classes for working with Amazon's web services platform. Currently, we have classes for use with
- Simple Storage Service (S3)
- Simple Queue Service (SQS)
- Elastic Compute Cloud (EC2)
- Alexa Web Information Service (AWIS)
If you're looking for a super-robust AWS solution in PHP, I'd suggest the Tarzan AWS project. PHP-AWS was a good solution when AWS first launched, but Tarzan is a much more mature and supported project. Still, PHP-AWS is good example code for getting your feet wet with AWS.