GithubHelp home page GithubHelp logo

schne324 / ebay-sdk-examples Goto Github PK

View Code? Open in Web Editor NEW

This project forked from davidtsadler/ebay-sdk-examples

0.0 1.0 0.0 5.62 MB

Several examples of using the eBay SDK for PHP

Home Page: http://devbay.net

License: Apache License 2.0

PHP 97.41% HTML 2.59%

ebay-sdk-examples's Introduction

EBAY-SDK-EXAMPLES

This project contains several examples of using the eBay SDK for PHP.

Requirements

  • PHP 5.3.3 or greater with the following extensions:
    • cURL
    • libxml
  • SSL enabled on the cURL extension so that https requests can be made.

Installation

  1. Download the project.

    git clone https://github.com/davidtsadler/ebay-sdk-examples.git
    
  2. From the ebay-sdk-examples directory install Composer with:

    curl -sS https://getcomposer.org/installer | php
    
  3. Install the dependencies.

    php composer.phar install
    

Configuration

All the examples load configuration settings from a configuration.php file located in the root of the project directory. This file can be created by running the following command inside the ebay-sdk-examples directory:

cp configuration.php.example configuration.php

Edit the resulting configuration.php file and specify your eBay application keys. Ensure that you enter values for both the sandbox and production enviroments.

Be careful not to commit the configuration.php file into an SCM repository as you risk exposing your eBay application keys to more people than intended.

Examples

There are several examples for each service that the SDK supports and they are listed in the README file for each service.

  1. Finding

  2. Trading

  3. Shopping

  4. Business Policies Management

  5. Large Merchange Services

  6. Half Finding

  7. Resolution Case Management

  8. Return Management

  9. Misc

  10. Async

  11. Account

  12. Inventory

  13. Product

  14. Product Metadata

  15. Browse

  16. Analytics

  17. OAuth Tokens

  18. Taxonomy

  19. Feed

  20. Metadata

To run an example from the command line use the php command followed by the name of the example file.

php finding/01-simple-keywords-search.php

License

Copyright 2014 David T. Sadler

Licensed under the Apache Public License 2.0.

ebay-sdk-examples's People

Contributors

jproof avatar richbradshaw avatar schne324 avatar

Watchers

 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.