AWS Developer Tools Blog

Tag: 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.

Release: AWS SDK for PHP – Version 2.4.12

We would like to announce the release of version 2.4.12 of the AWS SDK for PHP. This release adds support for Amazon Kinesis, adds global secondary indexes support to the Amazon DynamoDB client, and provides several other client updates and fixes. Install the Latest SDK Composer/Packagist Download Phar Download Zip PEAR Channel GitHub

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 […]

AWS re:Invent PHP Presentation Video Posted

The AWS SDK for PHP team attended AWS re:Invent this year to give our presentation titled Mastering the AWS SDK for PHP. Jeremy and I enjoyed talking with other PHP developers during our PHP office hours, and we got some great feedback on the AWS SDK for PHP. In case you weren’t able to attend, […]

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 […]

Using Credentials from AWS Security Token Service

A recent post on the AWS PHP Development forum inspired me to write a quick post about how to use credentials vended by AWS Security Token Service with the AWS SDK for PHP. What is AWS Security Token Service? AWS Security Token Service (AWS STS) is a web service that enables you to request temporary, […]

AWS re:Invent Slides Posted

AWS re:Invent was an amazing event this year. We are glad that we could connect with the PHP developers that were there. If you weren’t there, be sure to watch the Day 1 Keynote with AWS Sr. Vice President Andy Jassy and Day 2 Keynote with Amazon CTO, Werner Vogels. Well known AWS customers like […]