PHPackages                             sapientpro/ebay-traditional-sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. sapientpro/ebay-traditional-sdk

ActiveLibrary[API Development](/categories/api)

sapientpro/ebay-traditional-sdk
===============================

Ebay Traditional API SDK for PHP

v1.1.0(9mo ago)14851MITPHP

Since May 3Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/sapientpro/ebay-traditional-sdk-php)[ Packagist](https://packagist.org/packages/sapientpro/ebay-traditional-sdk)[ RSS](/packages/sapientpro-ebay-traditional-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (8)Versions (3)Used By (0)

Ebay Traditional SDK for PHP
============================

[](#ebay-traditional-sdk-for-php)

This is a fork of the original [dts/ebay-sdk-php](https://github.com/davidtsadler/ebay-sdk-php) by [@davidtsadler](https://github.com/davidtsadler), with support for PHP 8 and compatibility with Guzzle 7.

The original project has been officially abandoned in February 2020.

---

This project enables PHP developers to use the [Traditional eBay APIs](https://developer.ebay.com/docs) in their PHP code, and build software using services such as [Finding](http://developer.ebay.com/Devzone/finding/Concepts/FindingAPIGuide.html), [Trading](http://developer.ebay.com/DevZone/guides/ebayfeatures/index.html), [Shopping](http://developer.ebay.com/Devzone/shopping/docs/Concepts/ShoppingAPIGuide.html), etc.

Features
--------

[](#features)

- Compatible with PHP 8.
- Easy to install with [Composer](http://getcomposer.org/).
- Compliant with [PSR-1](http://www.php-fig.org/psr/psr-1/), [PSR-2](http://www.php-fig.org/psr/psr-2/), [PSR-4](http://www.php-fig.org/psr/psr-4/), and [PSR-12](http://www.php-fig.org/psr/psr-12/).

Prerequisites
-------------

[](#prerequisites)

- PHP 8 or higher with the following extensions:
    - curl
    - libxml
- 64 bit version as there are some [issues when using the SDK with 32 bit](http://devbay.net/sdk/guides/getting-started/requirements.html#using-the-sdk-with-32-bit-systems).
- SSL enabled on the cURL extension so that https requests can be made.

Installation
------------

[](#installation)

The SDK can be installed with [Composer](http://getcomposer.org/):

`composer require sapientpro/ebay-traditional-sdk`

Example usage
-------------

[](#example-usage)

Here is the example usage of the package. Visit wiki for more detailed documentation and examples.

### Get the official eBay time

[](#get-the-official-ebay-time)

```
