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

Zend Developer Zone: Zend Technologies Releases Zend Framework 1.5

PHPImpact Blog: PHP NetBeans IDE 6.1 is in the house!

Community News: Responses to the PHP 5.3 Alpha 1 Release

Christopher Jones' Blog: Temporary LOBS in PHP's OCI8 Extension. Instant Client.

php|architect: September 2006 Issue Released


Community Events









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


development zendframework2 framework language introduction example tool database code community interview unittest phpunit opinion testing composer object api release podcast

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