This package provides support for using Amazon SimpleDB with version 3 of the
AWS SDK for PHP. It depends on the AWS SDK for PHP v3 and allows users to
construct SimpleDb clients as they would any other v3 service:
Please use these community resources for getting help. We use the GitHub issues for tracking bugs and feature requests and have limited bandwidth to address them.
If it turns out that you may have found a bug, please open an issue
This SDK implements AWS service APIs. For general issues regarding the AWS services and their limitations, you may also take a look at the Amazon Web Services Discussion Forums.
Opening Issues
If you encounter a bug with aws-sdk-php-v3-bridge we would like to hear about it. Search the existing issues and try to make sure your problem doesn’t already exist before opening a new issue. It’s helpful if you include the version of aws-sdk-php-v3-bridge, PHP version and OS you’re using. Please include a stack trace and reduced repro case when appropriate, too.
The GitHub issues are intended for bug reports and feature requests. For help and questions with using aws-sdk-php please make use of the resources listed in the Getting Help section. There are limited resources available for handling issues and by keeping the list of open issues lean we can respond in a timely manner.
Contributing
We work hard to provide a high-quality and useful SDK for our AWS services, and we greatly value feedback and contributions from our community. Please review our contributing guidelines before submitting any issues or pull requests to ensure we have all the necessary information to effectively respond to your bug report or contribution.
AWS SDK for PHP - Version 3 Upgrade Bridge
This package provides support for using Amazon SimpleDB with version 3 of the AWS SDK for PHP. It depends on the AWS SDK for PHP v3 and allows users to construct SimpleDb clients as they would any other v3 service:
Jump To:
Getting Started
Please note that you cannot use the
Aws\Sdkservice locator with SimpleDb. You must create clients using thenewkeyword.Installation
This package can be installed via Composer by requiring the
aws/aws-sdk-php-v3-bridgepackage in your project’scomposer.json.Then run a composer update
Getting Help
Please use these community resources for getting help. We use the GitHub issues for tracking bugs and feature requests and have limited bandwidth to address them.
aws-php-sdkThis SDK implements AWS service APIs. For general issues regarding the AWS services and their limitations, you may also take a look at the Amazon Web Services Discussion Forums.
Opening Issues
If you encounter a bug with
aws-sdk-php-v3-bridgewe would like to hear about it. Search the existing issues and try to make sure your problem doesn’t already exist before opening a new issue. It’s helpful if you include the version ofaws-sdk-php-v3-bridge, PHP version and OS you’re using. Please include a stack trace and reduced repro case when appropriate, too.The GitHub issues are intended for bug reports and feature requests. For help and questions with using
aws-sdk-phpplease make use of the resources listed in the Getting Help section. There are limited resources available for handling issues and by keeping the list of open issues lean we can respond in a timely manner.Contributing
We work hard to provide a high-quality and useful SDK for our AWS services, and we greatly value feedback and contributions from our community. Please review our contributing guidelines before submitting any issues or pull requests to ensure we have all the necessary information to effectively respond to your bug report or contribution.
Resources