GithubHelp home page GithubHelp logo

test-mass-forker-org-1 / aws-sdk-php-v3-bridge Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aws/aws-sdk-php-v3-bridge

0.0 0.0 0.0 82 KB

A compatibility pack for services no longer supported in V3 of the AWS SDK for PHP

License: Apache License 2.0

PHP 98.94% Gherkin 1.06%

aws-sdk-php-v3-bridge's Introduction

AWS SDK for PHP - Version 3 Upgrade Bridge

@awsforphp on Twitter Build Status Apache 2 License ![Gitter](https://badges.gitter.im/Join Chat.svg)

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:

<?php

$sdb = new \Aws\SimpleDb\SimpleDbClient([
    'region' => 'us-east-1',
    'version' => 'latest',
]);

$domains = $sdb->listDomains();

Jump To:

Getting Started

Please note that you cannot use the Aws\Sdk service locator with SimpleDb. You must create clients using the new keyword.

Installation

This package can be installed via Composer by requiring the aws/aws-sdk-php-v3-bridge package in your project's composer.json.

{
    "require": {
        "aws/aws-sdk-php-v3-bridge": "^0.2.0"
    }
}

Then run a composer update

php composer.phar 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.

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.

Resources

aws-sdk-php-v3-bridge's People

Contributors

jeskew avatar howardlopez avatar diehlaws avatar ajredniwja avatar hyandell avatar stobrien89 avatar somayab avatar kellertk avatar sunaoka avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.