Skip to content

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

License

Notifications You must be signed in to change notification settings

enbit/ebay-sdk-php

 
 

Repository files navigation

EBAY-SDK-PHP

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.9%
  • Makefile 0.1%