AWS Developer Tools Blog
Release: AWS SDK for PHP – Version 2.6.0
We would like to announce the release of version 2.6.0 of the AWS SDK for PHP. This release updates the Amazon CloudSearch, Amazon EC2, and Amazon Redshift clients to support their newest APIs and features. See the CHANGELOG for a full list of changes. Version 2.6.0 is a major release of the SDK, and contains […]
AWS at PHP Conferences in Spring 2014
This spring, I’ll be traveling to Dallas and New York City to represent the AWS SDK for PHP team and be with fellow PHP developers. I hope to see you too! In late April, I’ll be going to Dallas for Lone Star PHP! I have two talks that I’ll be sharing there: Recursion: Making Big […]
Using New Regions and Endpoints
Last week, a customer asked us how they could configure the AWS SDK for PHP to use Amazon SES with the EU (Ireland) Region. SES had just released support for the EU Region, but there was no tagged version of the SDK that supported it yet. Our typical process is to push new support for […]
Release: AWS SDK for PHP – Version 2.5.2
We would like to announce the release of version 2.5.2 of the AWS SDK for PHP. This release adds support for dead letter queues to the Amazon Simple Queue Service client. Please see the official release notes or the release CHANGELOG for a complete list of changes. Install the SDK Install via Composer/Packagist (e.g., “aws/aws-sdk-php”: […]
AWS SDK ZF2 Module 1.2.1
We would like to announce the availability of version 1.2.1 of the AWS SDK ZF2 Module. This is a patch release that fixes an issue in the S3RenameUpload filter. Object keys based on the uploaded filename are now handled better on Windows.
Release: AWS SDK for PHP – Version 2.5.0
We would like to announce the release of version 2.5.0 of the AWS SDK for PHP. This release adds support for audio profiles in Amazon Elastic Transcoder, geo restriction in Amazon CloudFront, and the recently announced China (Beijing) Region. Please see the official release notes or the CHANGELOG for a full list of changes. Version […]
Using AWS CloudTrail in PHP – Part 2
This is part 2 of Using AWS CloudTrail in PHP. Part 1 demonstrated the basics of how to work with the CloudTrail service, including how to create a trail and turn logging on and off. Today, I want to show you how to read your log files and iterate over individual log records using the […]
AWS SDK ZF2 Module 1.2.0
We would like to announce the availability of version 1.2.0 of the AWS SDK ZF2 Module. This version includes the ability to create protocol-relative URLs with the S3 and CloudFront link view helpers.
Using AWS CloudTrail in PHP – Part 1
AWS CloudTrail is a new service that was announced at AWS re:Invent 2013. CloudTrail provides a history of AWS API calls for your account, delivered as log files to one of your Amazon S3 buckets. The AWS API call history includes API calls made via the AWS Management Console, AWS SDKs, command line interface, and […]
Release: AWS SDK for PHP – Version 2.4.11
We would like to announce the release of version 2.4.11 of the AWS SDK for PHP. This release updates the Amazon EC2 and Amazon RDS clients to use the latest API versions. Changelog Added support for copying DB snapshots from one AWS region to another to the Amazon RDS client Added support for pagination of […]