AWS Developer Tools Blog

Category: PHP

AWS Service Provider for Silex – Version 1.1.0

We would like to announce the availability of version 1.1.0 of the AWS Service Provider for Silex. This release updates the package’s dependencies to work with the latest versions of the AWS SDK for PHP and Silex. Let us know what you think! Please submit any issues or feature requests to our GitHub issue tracker.

Release: AWS SDK for PHP – Version 2.4.10

We would like to announce the release of version 2.4.10 of the AWS SDK for PHP. This release adds support for AWS CloudTrail, identity federation using SAML 2.0 for AWS Identity and Access Management (IAM), and a few new features to the Amazon Redshift client. Changelog Added support for AWS CloudTrail Added support for identity […]

See You at AWS re:Invent 2013

AWS re:Invent is next week (November 12th-15th) in Las Vegas! We are excited to be there and to have an opportunity to talk to you in person. There is going to be a lot of great technical content year. Michael Dowling and I will be presenting a session on Friday called Mastering the AWS SDK […]

Release: AWS SDK for PHP – Version 2.4.9

We would like to announce the release of version 2.4.9 of the AWS SDK for PHP. This release adds support for cross zone load balancing in Elastic Load Balancing, stack policies in AWS CloudFormation, and the Gateway-Virtual Tape Library in AWS Storage Gateway. Changelog Added support for cross-zone load balancing to the Elastic Load Balancing […]

AWS at ZendCon 2013

Recently, the AWS SDK for PHP team attended ZendCon, the largest conference in the U.S. that focuses on PHP development. AWS was a sponsor for ZendCon this year, so the entire PHP SDK team was able to attend. It was great to be able to talk to our customers and get feedback from those who […]

Providing credentials to the AWS SDK for PHP

In order to authenticate requests, the AWS SDK for PHP requires credentials in the form of an AWS access key ID and secret access key. In this post, we’ll discuss how to configure credentials in the AWS SDK for SDK. Configuring credentials There are several methods that can be used for configuring credentials in the […]

New Twitter Account for the AWS SDK for PHP

Last week, we opened up a new Twitter account to run in parallel with this blog. You can find us there at @awsforphp. We will tweet about new posts on the blog, tips and tricks for using the SDK, new releases, and upcoming conferences and events that we’ll be attending. Be sure to follow us […]

Release: AWS SDK for PHP – Version 2.4.8

We would like to announce the release of version 2.4.8 of the AWS SDK for PHP. This release updates the AWS Direct Connect client and updates the Amazon Elastic MapReduce client to add support for new EMR APIs, termination of specific cluster instances, and unlimited EMR steps. Changelog Updated the AWS Direct Connect client Updated […]

Sending requests through a proxy

Some network configurations require that outbound connections be sent through a proxy server. Requiring a proxy for outbound HTTP requests is a common practice in many companies, and is often something that must be configured in a client. You can send requests with the AWS SDK for PHP through a proxy using the “request options” […]

Wire Logging in the AWS SDK for PHP

One of the features of the AWS SDK for PHP that I often recommend to customers is the LogPlugin, that can be used to do wire logging. It is one of the many plugins included with Guzzle, which is the underlying HTTP library used by the SDK. Guzzle’s LogPlugin includes a default configuration that will […]