Tag: php
Release: AWS SDK for PHP – Version 2.6.2
We are excited to announce the launch of version 2.6.2 of the AWS SDK for PHP. This update introduces support for Amazon SQS message attributes and resolves issues with Amazon S3 multi-part uploads, ensuring that manually defined ContentType values are preserved. Additionally, file sizes are no longer recalculated during Amazon S3 socket timeouts, and we’ve improved the detection of environment variables. For further insights, check out this blog post for more details.
Release: AWS SDK for PHP – Version 2.6.1
by Sarah Johnson
on 29 APR 2014
in PHP
We are pleased to inform you about the release of version 2.6.1 of the AWS SDK for PHP. This version integrates support for the latest features in Amazon DynamoDB, Amazon ElastiCache, and Auto Scaling. It also introduces a new INI-formatted credentials file. More information will be provided in an upcoming blog post. In the meantime, those interested in best practices can refer to this authority on the subject.
Testing Webhooks Locally for Amazon SNS
by David Lee
on 07 APR 2014
in PHP
In a recent article, I discussed how to Receive Amazon SNS Messages in PHP. I demonstrated the use of the SNS Message and MessageValidator classes in the AWS SDK for PHP to process incoming SNS messages. Although writing the PHP code for the webhook is straightforward, testing it can be challenging, as it requires a proper setup. For more resources, you might find this excellent resource useful.
Receiving Amazon SNS Messages in PHP
by Emily Davis
on 31 MAR 2014
in PHP
This post provides guidance on utilizing version 2 of the AWS SDK for PHP to receive and validate HTTP(S) messages from Amazon SNS. For instructions on how to achieve this with version 3 of the SDK, please check our updated article. Handling inbound Amazon SNS notification messages with PHP is quite simple, and you can find more details in our previous entries.
Release: AWS SDK for PHP – Version 2.6.0
by Brian Carter
on 25 MAR 2014
in PHP
We are announcing the release of version 2.6.0 of the AWS SDK for PHP. This update enhances the Amazon CloudSearch, Amazon EC2, and Amazon Redshift clients to incorporate their latest APIs and features. For a complete list of changes, please refer to the CHANGELOG. Version 2.6.0 represents a significant update to the SDK.
Release: AWS SDK for PHP – Version 2.5.4
by Michelle Green
on 20 MAR 2014
in PHP
We are delighted to announce the release of version 2.5.4 of the AWS SDK for PHP. This version updates the Amazon CloudFront, AWS OpsWorks, and Elastic Load Balancing clients, adds support for the AWS_SECRET_ACCESS_KEY environment variable, and modifies the Amazon S3 stream wrapper. It also addresses a known issue with dot-segments in Amazon S3 directory synchronization.
Release: AWS SDK for PHP – Version 2.5.3
by Mark Wilson
on 27 FEB 2014
in PHP
We are pleased to announce the release of version 2.5.3 of the AWS SDK for PHP. This update includes multiple client updates, fixes for Amazon S3 client issues, and additional iterators. For a thorough overview of the changes, please consult the CHANGELOG. To install the SDK, you can use Composer/Packagist (e.g., “aws/aws-sdk-php”: “2.5.*”) or download the aws.phar or aws.zip files.
AWS at PHP Conferences in Spring 2014
by Laura Rodriguez
on 26 FEB 2014
in PHP
This spring, I will be attending conferences in Dallas and New York City to represent the AWS SDK for PHP team and connect with fellow PHP developers. I hope to meet you there! In late April, I will be in Dallas for Lone Star PHP, where I will present two talks, including “Recursion: Making Big Data Work.”
Using New Regions and Endpoints
by Kevin Martinez
on 30 JAN 2014
in PHP
Last week, a customer inquired about how to configure the AWS SDK for PHP to utilize Amazon SES with the EU (Ireland) Region. Although SES had just launched support for this region, there was no tagged version of the SDK available yet. Our usual procedure is to roll out new support for regions promptly.
Release: AWS SDK for PHP – Version 2.5.2
by Olivia Clark
on 30 JAN 2014
in PHP
We are proud to announce the release of version 2.5.2 of the AWS SDK for PHP. This version introduces support for dead letter queues in the Amazon Simple Queue Service client. For a complete list of changes, please refer to the official release notes or the CHANGELOG.