Menu

Amazon SQS PHP Class / News: Recent posts

1.0.0 - Non-backward-compatible release

I've just released php-sqs 1.0.0, which (finally) supports API version 2009-02-01. The API itself is backward compatible with the previous API version used by php-sqs 0.9.2, but php-sqs itself is not.

In other words, if you're using php-sqs 0.9.2 right now, then 1.0.0 is not a drop-in replacement; you'll need to make some changes. But they're worth it!

Check out the documentation to see how it works now:... read more

Posted by Dan Myers 2011-02-03

0.9.2 maintenance release

php-sqs 0.9.2 is a minor maintenance release. No functional changes were made, I just removed some extraneous hardcoded strings.

Posted by Dan Myers 2009-12-11

0.9.1 - Control the use of SSL

I've released 0.9.1 which allows control over whether the class uses SSL (and whether it uses VERIFYHOST and VERIFYPEER if it does use SSL).

Posted by Dan Myers 2009-02-19

First release

The first release of php-sqs is a stable and suitable for production use. There are a few little convenience features I want to add, but the class works well.

I'm not sure if the return values are convenient enough; I doubt I'll know for sure until I get user feedback. I'm open to suggestions :)

Enjoy Amazon SQS!

Posted by Dan Myers 2009-02-18