Download the PHP package sapientpro/ebay-traditional-sdk without Composer
On this page you can find all versions of the php package sapientpro/ebay-traditional-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sapientpro/ebay-traditional-sdk
More information about sapientpro/ebay-traditional-sdk
Files in sapientpro/ebay-traditional-sdk
Package ebay-traditional-sdk
Short Description Ebay Traditional API SDK for PHP
License MIT
Informations about the package ebay-traditional-sdk
Ebay Traditional SDK for PHP
This is a fork of the original dts/ebay-sdk-php by @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 in their PHP code, and build software using services such as Finding, Trading, Shopping, etc.
Features
- Compatible with PHP 8.
- Easy to install with Composer.
- Compliant with PSR-1, PSR-2, PSR-4, and PSR-12.
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.
- SSL enabled on the cURL extension so that https requests can be made.
Installation
The SDK can be installed with Composer:
composer require sapientpro/ebay-traditional-sdk
Example usage
Here is the example usage of the package. Visit wiki for more detailed documentation and examples.
Get the official eBay time
All versions of ebay-traditional-sdk with dependencies
ext-xml Version *
ext-json Version *
ext-curl Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^7.0
guzzlehttp/psr7 Version ^1.0 || ^2.4.5
guzzlehttp/promises Version ^1.1 || ^2.0.3