News Feed
Jobs Feed
Sections




News Archive
Amazon Web Services Blog:
Version 2 of the AWS SDK for PHP (now with Guzzle)
November 15, 2012 @ 14:57:49

The Amazon Web Services group has recently released an updated version of their SDK for PHP and at it's heart is the open source project Guzzle (a HTTP client framework).

The new SDK is built on top of the Guzzle HTTP client framework, which provides increased performance and enables event-driven customization. Each AWS service client extends the Guzzle client and describes operations on the service using a service description file. The SDK now manages persistent connections for both serial and parallel requests. It detects transient network failures, with automatic retries using truncated exponential backoff. Support for event hooks (via the Symfony2 EventDispatcher) allows you to implement custom, event-driven behavior.

In the AWS post about the update, they give you a few code snippets showing this updated version in use. This completely reworked version of the SDK is not compatible with the previous version, so you'll need to consult their migration guide to bring things up to date.

0 comments voice your opinion now!
aws amazon webservices guzzle opensource http client version release sdk


blog comments powered by Disqus

Similar Posts

DevShed: Using HTTP Compression in PHP - Make Your Web Pages Load Faster

Community News: PHP 5.2.7 Released

PHP.net: PHP 5.2.5 Released

Scott Mattocks\' Blog: PHP-GTK News #10

Jason Fox: Use the Accept Header to Set Your Return Data With Zend Framework 2


Community Events











Don't see your event here?
Let us know!


interview object language community phpunit unittest code tool application testing example framework development opinion functional introduction podcast series zendframework2 release

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework