enbit / ebay-sdk-php
An eBay SDK for PHP. Use the eBay API in your PHP projects.
19.1.1
2024-07-17 10:36 UTC
Requires
- php: ^7.4 || ^8.0
- ext-curl: *
- ext-libxml: *
- guzzlehttp/guzzle: ^6.5 || ^7.0
- guzzlehttp/promises: ^1.3
- guzzlehttp/psr7: ^1.6 || ^2.0
- myclabs/php-enum: ^1.7
Requires (Dev)
- phpunit/phpunit: ^9.1
- squizlabs/php_codesniffer: ^3.5
This package is auto-updated.
Last update: 2024-11-17 11:36:11 UTC
README
This project is a copy from fshch/ebay-sdk-php which build on davidtsadler/ebay-sdk-php.
Because the original project is dead,so I create this new project.This project is not compatible with original project.
Original Readme file is renamed to README_origin.md fshch Readme file is renamed to README_fshch.md
What is different with the original project
we will see
Requirements
- PHP 7.2 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.
1.
```
composer require enbit/ebay-sdk-php
```
Others
Please read the README_origin.md and README_fshch.md files.