AWS Developer Tools Blog

Category: PHP

Release: AWS SDK for PHP – Version 2.4.7

We would like to announce the release of version 2.4.7 of the AWS SDK for PHP. This release adds support for audio transcoding features to the Amazon Elastic Transcoder client and updates to the Amazon CloudFront, Amazon EC2, Amazon RDS, Auto Scaling, and AWS OpsWorks clients. Changelog Added support for audio transcoding features to the […]

AWS at Web & PHP Con 2013

In September, I was able to attend and speak at Web & PHP Con in San Jose, CA. It was great to be around a good group of PHP developers, talk about web development and AWS, and meet new friends. Getting Good with the AWS SDK for PHP On Wednesday, September 17th, I gave a […]

See You at ZendCon 2013

Are you attending ZendCon this year? You are? Great! The AWS SDK for PHP team will be there too, and we hope to see you there. We will have a booth in the expo area, so make sure to come and see us. We will have goodies to hand out, and will be ready to […]

Release: AWS SDK for PHP 2.4.5

We would like to announce the release of version 2.4.5 of the AWS SDK for PHP. This release adds support for using the Redis cache engine software with Amazon ElastiCache. Changelog Amazon ElastiCache now offers the Redis cache engine software, in addition to Memcached. Customers who currently use Redis can optionally “seed” a new ElastiCache […]

AWS Service Provider for Laravel 1.1.0

We would like to announce the availability of version 1.1.0 of the AWS Service Provider for Laravel. This release updates the config handling logic of the service provider and provides a package-level configuration that can be published to your Laravel application via Artisan for easy customization. Are there any other features you would like to […]

Release: AWS SDK for PHP 2.4.4

We would like to announce the release of version 2.4.4 of the AWS SDK for PHP. This release updates the Amazon EC2 client to use the 2013-07-15 API version and fixes issues reported on the forums and GitHub. Changelog Added support for assigning a public IP address to a VPC instance at launch to the […]

Provision an Amazon EC2 Instance with PHP

Amazon EC2 is a powerful AWS service that includes the ability to provision on-demand servers. While you can easily do this through the AWS Management Console, in this post, I want show you how to use the AWS SDK for PHP to do it programmatically by interacting with the Amazon EC2 API. Let’s create a […]

Release: AWS SDK for PHP 2.4.3

We would like to announce the release of version 2.4.3 of the AWS SDK for PHP. This release adds support for the Amazon Simple Notification Service mobile push API, adds progress reporting on snapshot restore operations for Amazon Redshift, and addresses an issue with directories and the Amazon S3 stream wrapper. Changelog Updated the Amazon […]

Iterating through Amazon DynamoDB Results

The AWS SDK for PHP has a feature called “iterators” that allows you to retrieve an entire result set without manually handling pagination tokens or markers. The iterators in the SDK implement PHP’s Iterator interface, which allows you to easily enumerate or iterate through resources from a result set with foreach. The Amazon DynamoDB client […]

AWS SDK ZF2 Module 1.1.0

We would like to announce the availability of version 1.1.0 of the AWS SDK ZF2 Module. This version includes a session save handler for Amazon DynamoDB, so that you can use DynamoDB as a session store for your Zend Framework 2 applications.