tylerhall / php-aws
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
php-aws /
| name | age | message | |
|---|---|---|---|
| |
README.markdown | Sat Feb 28 00:01:08 -0800 2009 | |
| |
class.awis.php | Thu Oct 18 11:54:25 -0700 2007 | |
| |
class.ec2.php | Mon Jun 04 08:31:18 -0700 2007 | |
| |
class.s3.php | Sun Nov 16 23:38:29 -0800 2008 | |
| |
class.sqs.php | Thu Jan 08 17:02:38 -0800 2009 | |
| |
examples/ | Sat Nov 15 03:34:29 -0800 2008 |
README.markdown
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.

