2017 © Pedro Peláez
 

library ebay-sdk

An eBay SDK for PHP. Use the eBay API in your PHP projects.

image

ecomlogic/ebay-sdk

An eBay SDK for PHP. Use the eBay API in your PHP projects.

  • Monday, October 23, 2017
  • by gwinn
  • Repository
  • 1 Watchers
  • 0 Stars
  • 106 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 103 Forks
  • 0 Open issues
  • 23 Versions
  • 22 % Grown

The README.md

EBAY-SDK-PHP

Build Status, (*1)

This project enables PHP developers to use the eBay API in their PHP code, and build software using services such as Finding, Trading, Shopping, etc. You can get started by installing the SDK via Composer and by following the Basic Usage Guide., (*2)

This is a personal project that has been developed by me, David T. Sadler. I decided to create this project to make up for the lack of an official SDK for PHP. It is in no way endorsed, sponsored or maintained by eBay., (*3)

Features

Resources

  • User Guides - Getting started guide and in-depth information.
  • Examples - Several examples of using the SDK.
  • Google Group - Join for support with the SDK.
  • @devbaydotnet - Follow on Twitter for announcements of releases, important changes and so on.

Requirements

  • PHP 5.5 or greater with the following extensions:
    • cURL
    • libxml
  • 64 bit version of PHP recommended as there are some issues when using the SDK with 32 bit.
  • SSL enabled on the cURL extension so that https requests can be made.

Installation

The SDK can be installed with Composer. Please see the Installation section of the User Guide to learn about installing through other means., (*4)

  1. Install Composer., (*5)

    curl -sS https://getcomposer.org/installer | php, (*6)

  2. Install the SDK., (*7)

    php composer.phar require dts/ebay-sdk-php, (*8)

  3. Require Composer's autoloader by adding the following line to your code., (*9)

    php require 'vendor/autoload.php';, (*10)

Example

Get the official eBay time

<?php

require 'vendor/autoload.php';

use \DTS\eBaySDK\Shopping\Services;
use \DTS\eBaySDK\Shopping\Types;

// Create the service object.
$service = new Services\ShoppingService();

// Create the request object.
$request = new Types\GeteBayTimeRequestType();

// Send the request to the service operation.
$response = $service->geteBayTime($request);

// Output the result of calling the service operation.
printf("The official eBay time is: %s\n", $response->Timestamp->format('H:i (\G\M\T) \o\n l jS Y'));

Project Goals

License

Licensed under the Apache Public License 2.0., (*11)

Copyright 2016 David T. Sadler, (*12)

The Versions

23/10 2017

dev-master

9999999-dev http://devbay.net/

An eBay SDK for PHP. Use the eBay API in your PHP projects.

  Sources   Download

(Apache-2.0 and MIT)

The Requires

 

The Development Requires

api sdk ebay

23/10 2017

11.0.1

11.0.1.0 http://devbay.net/

An eBay SDK for PHP. Use the eBay API in your PHP projects.

  Sources   Download

(Apache-2.0 and MIT)

The Requires

 

The Development Requires

api sdk ebay

29/03 2017

dev-develop

dev-develop http://devbay.net/

An eBay SDK for PHP. Use the eBay API in your PHP projects.

  Sources   Download

(Apache-2.0 and MIT)

The Requires

 

The Development Requires

api sdk ebay

20/03 2017

11.0.0

11.0.0.0 http://devbay.net/

An eBay SDK for PHP. Use the eBay API in your PHP projects.

  Sources   Download

(Apache-2.0 and MIT)

The Requires

 

The Development Requires

api sdk ebay

17/03 2017

10.0.0

10.0.0.0 http://devbay.net/

An eBay SDK for PHP. Use the eBay API in your PHP projects.

  Sources   Download

(Apache-2.0 and MIT)

The Requires

 

The Development Requires

api sdk ebay

06/03 2017

9.0.1

9.0.1.0 http://devbay.net/

An eBay SDK for PHP. Use the eBay API in your PHP projects.

  Sources   Download

(Apache-2.0 and MIT)

The Requires

 

The Development Requires

api sdk ebay

01/03 2017

9.0.0

9.0.0.0 http://devbay.net/

An eBay SDK for PHP. Use the eBay API in your PHP projects.

  Sources   Download

(Apache-2.0 and MIT)

The Requires

 

The Development Requires

api sdk ebay

26/01 2017

8.0.0

8.0.0.0 http://devbay.net/

An eBay SDK for PHP. Use the eBay API in your PHP projects.

  Sources   Download

(Apache-2.0 and MIT)

The Requires

 

The Development Requires

api sdk ebay

03/09 2016

7.0.0

7.0.0.0 http://devbay.net/

An eBay SDK for PHP. Use the eBay API in your PHP projects.

  Sources   Download

(Apache-2.0 and MIT)

The Requires

 

The Development Requires

api sdk ebay

30/08 2016

6.0.0

6.0.0.0 http://devbay.net/

An eBay SDK for PHP. Use the eBay API in your PHP projects.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

api sdk ebay

04/06 2016

5.0.0

5.0.0.0 http://devbay.net/

An eBay SDK for PHP. Use the eBay API in your PHP projects.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

api sdk ebay

25/05 2016

4.0.1

4.0.1.0 http://devbay.net/

An eBay SDK for PHP. Use the eBay API in your PHP projects.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

api sdk ebay

24/04 2016

4.0.0

4.0.0.0 http://devbay.net/

An eBay SDK for PHP. Use the eBay API in your PHP projects.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

api sdk ebay

11/04 2016

3.0.0

3.0.0.0 http://devbay.net/

An eBay SDK for PHP. Use the eBay API in your PHP projects.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

api sdk ebay

28/03 2016

2.0.0

2.0.0.0 http://devbay.net/

An eBay SDK for PHP. Use the eBay API in your PHP projects.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

api sdk ebay

20/03 2016

1.0.0

1.0.0.0 http://devbay.net/

An eBay SDK for PHP. Use the eBay API in your PHP projects.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

api sdk ebay

28/11 2015

0.6.0

0.6.0.0 http://devbay.net/

An eBay SDK for PHP. Use the eBay API in your PHP projects.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

api sdk ebay

20/11 2015

0.5.0

0.5.0.0 http://devbay.net/

An eBay SDK for PHP. Use the eBay API in your PHP projects.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

api sdk ebay

07/11 2015

0.4.0

0.4.0.0 http://devbay.net/

An eBay SDK for PHP. Use the eBay API in your PHP projects.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

api sdk ebay

11/10 2015

0.3.0

0.3.0.0 http://devbay.net/

An eBay SDK for PHP. Use the eBay API in your PHP projects.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

api sdk ebay

11/08 2015

0.2.0

0.2.0.0 http://devbay.net/

An eBay SDK for PHP. Use the eBay API in your PHP projects.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

api sdk ebay

05/08 2015

0.1.1

0.1.1.0 http://devbay.net/

An eBay SDK for PHP. Use the eBay API in your PHP projects.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

api sdk ebay

02/08 2015

0.1.0

0.1.0.0 http://devbay.net/

An eBay SDK for PHP. Use the eBay API in your PHP projects.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

api sdk ebay