2017 © Pedro Peláez
 

library services_ebay

Modernized version of the old pear/Services_Ebay library. Interfaces to eBay's XML-API.

image

rtconner/services_ebay

Modernized version of the old pear/Services_Ebay library. Interfaces to eBay's XML-API.

  • Thursday, May 29, 2014
  • by rtconner
  • Repository
  • 1 Watchers
  • 1 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 6 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Services_Ebay

This is a complete modernization of the old pear package Services_Ebay. This package is meant to be installed with composer reduce reliance on pear libraries., (*1)

I'm not a lawyer, so I don't know what licenses the PEAR folks need on here. But if someone tells me what license to use I'll do that., (*2)

This should work indentical to the original Services_Ebay package ... except in code use \Services\Ebay instead of Services_Ebay., (*3)

http://pear.php.net/package/Services_Ebay/docs, (*4)

  • Update namespaces from Services_Ebay to \Services\Ebay
  • Reduce dependencies on old pear libraries
  • Remove file includes and depend on autoloaders

Installation

composer require rtconner/services_ebay dev-master

To get the tests/example code to work you need to create examples/config-local.php, (*5)

Wishlist

The Ebay API has changed a lot since this library was written. To get any call to work you probably have some work to do. AddItem was the only one I worked on so far. Would be nice if people updated this library as they get calls working (an add the tests), (*6)

If anyone out there can help code a few things .., (*7)

  • Reduce dependency on PEAR in general
  • Refactor code to remove dependency on pear/http_request2
  • Refactor code to remove dependency on pear/pear_exception
  • Test out more Ebay API calls and add unit tests for them

I'll leave the examples in place for reference, but really we should make lots of unit test files instead., (*8)

The Versions

29/05 2014

dev-master

9999999-dev

Modernized version of the old pear/Services_Ebay library. Interfaces to eBay's XML-API.

  Sources   Download

PHP License

The Requires

 

The Development Requires

by Carsten Lucke
by Stephan Schmidt
by Amir Mohammad Saied
by Adam Maccabee Trachtenberg