public
Description: A collection of PHP classes for working with Amazon's web services platform (AWS).
Homepage: http://clickontyler.com/amazon-php-aws/
Clone URL: git://github.com/tylerhall/php-aws.git
name age message
file README.markdown Sat Feb 28 00:01:08 -0800 2009 Adding readme file [tylerhall]
file class.awis.php Thu Oct 18 11:54:25 -0700 2007 [Scott Holdren]
file class.ec2.php Mon Jun 04 08:31:18 -0700 2007 Changed constructors to be PHP4 compatible. Rem... [tylerhall]
file class.s3.php Sun Nov 16 23:38:29 -0800 2008 Added getAuthenticatedURL() to allow browser ac... [tylerhall]
file class.sqs.php Thu Jan 08 17:02:38 -0800 2009 Fixing Issue #21 [tylerhall]
directory examples/ Sat Nov 15 03:34:29 -0800 2008 Deleting S3 example code that no longer applies. [tylerhall]
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

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.