2017 © Pedro Peláez
 

library ebay-sdk-php

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

image

dts/ebay-sdk-php

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

  • Thursday, June 28, 2018
  • by davidtsadler
  • Repository
  • 46 Watchers
  • 249 Stars
  • 145,430 Installations
  • PHP
  • 5 Dependents
  • 9 Suggesters
  • 103 Forks
  • 34 Open issues
  • 34 Versions
  • 19 % Grown

The README.md

EBAY-SDK-PHP

This repository is no longer actively maintained and has been archived., (*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.

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'));

License

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

Copyright 2016 David T. Sadler, (*12)

The Versions

28/06 2018

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

28/06 2018

18.0.0

18.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

28/06 2018

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

13/06 2018

17.0.0

17.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

12/05 2018

16.0.0

16.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

05/03 2018

15.0.0

15.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

15/12 2017

14.0.0

14.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

24/09 2017

13.1.0

13.1.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

07/09 2017

13.0.3

13.0.3.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

28/08 2017

13.0.2

13.0.2.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

23/08 2017

13.0.1

13.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

23/06 2017

13.0.0

13.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

15/06 2017

12.0.1

12.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

23/05 2017

12.0.0

12.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

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