AWS Developer Tools Blog
Tag: SDK
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 HAQM Elastic Transcoder, geo restriction in HAQM CloudFront, and the recently announced China (Beijing) Region. Please see the official release notes or the CHANGELOG for a full list of changes. Version […]
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 HAQM Kinesis, adds global secondary indexes support to the HAQM DynamoDB client, and provides several other client updates and fixes. Install the Latest SDK Composer/Packagist Download Phar Download Zip PEAR Channel GitHub
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 HAQM EC2 and HAQM RDS clients to use the latest API versions. Changelog Added support for copying DB snapshots from one AWS region to another to the HAQM RDS client Added support for pagination of […]
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 HAQM Redshift client. Changelog Added support for AWS CloudTrail Added support for identity […]
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 […]
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 HAQM 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 […]
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 […]
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 HAQM 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 […]