Amazon Web Services
I maintain a set of SourceForge projects that provide simple PHP classes for interacting with Amazon Web Services. I’m in the process of setting up several sub-pages, one for each project/service, because it is past time I provide a nice place to show example code and an easy place to ask questions and get help. This is also meant to be a landing page for people to link to the full set of projects.
Here are the links to each project:
- Amazon SimpleDB – http://sourceforge.net/projects/php-sdb/
- Amazon Simple Queue Service (SQS)
- Amazon Route 53
- Amazon Simple Email Service (SES)
I have a few other AWS PHP projects, but these are the only ones that are complete. I will add more to the list as I finish them.
These are all based on a PHP class for S3, written by Donovan Schonknecht:
- Amazon Simple Storage Service (S3) and CloudFront - http://undesigned.org.za/2007/10/22/amazon-s3-php-class/
You can post on his blog page to get help with his S3 class, but I’ll set up a page myself as well at some point, for consistency.
I also have an IRC channel where you can usually find me: irc.gamesurge.net/#aws
Comments are enabled on this page, but please keep service-specific comments on the service-specific page (at least once I have them set up.) Use this page for compliments (or insults), or to let me know if there’s a service you’d like to use that I haven’t written a class for yet
Disclaimer: Although I work for Amazon (the RDS team, specifically), these classes are neither produced, endorsed nor supported by Amazon. I maintain these PHP classes as a personal project, just for fun.