|
Project Information
Members
Featured
Downloads
Links
|
SummaryPHP libraries and command-line utilities for managing Amazon Web Services, including EC2, S3, SimpleDB, and SQS. It will be some time before all of these services are handled by this project. Classes are written for PHP5 and generally try to follow PEAR-ish conventions for package names. I haven't included "require_once" statements for including any dependent classes, as I typically make use of autoload in my projects. Please note that only the SQS library in included in version 0.1. SQSUsageUsage instructions are available on the wiki. RequirementsThe command-line 'sqs' script found in /bin requires the Console_CommandLine package from PEAR. The Services_Amazon_SQS package requires PHP to be compiled with cURL support. |