Finding a working PHP eBay API…

If you are trying to understand the eBay communication APIs, then you have commited yourself to a BIG leaning curve.

As I have walked the walk already(I worked for eBay), I hope my experiences can help those who follow me up this monumental path..

All eBay programming APIs are designed to talk to the exposed eBay services. These services are constantly evolving. As they evolve, older versions become obsolete.

These older version are usually supported for about 14 months after a new version is created, however, they will eventually fall off the supported list and start to cause API call failure.

So to make sure you can design applications that talk correctly to the eBay services, you need an uptodate API.

FYI: you will need to keep your API up-to-date as well duing the lifetime of your application. As the APIs are really a communication layer, you should be ok calling them directly, rather than implementing your own abstraction layer on top.

So far we have managed to find one fully functional PHP API.
You can get this from IN TRADE SYS at this url:
http://www.intradesys.com/index.php?id=ebay_at_for_php&L=1.

These guys seem to be totally up to date with the current version of the eBay services platform. They also provide a few samples and some basic documentation…

Definetely Recomended if you are looking to develope eBay applications with PHP.

Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Reddit
  • Slashdot
  • StumbleUpon

3 Responses to “Finding a working PHP eBay API…”

  1. Tom Says:

    I tried there API and it works a treat. Best PHP API for eBay I have used.

  2. George Says:

    what the fuck is wrong with ebay that they cant keep a fucking api working?
    …buncha windows tard-monkeys

  3. Brad Says:

    Reply to George: Well eBay does a fairly good job keeping there APi working considering how many calls it gets a day. Now there API’s are either JSON, SOAP, or REST style APi’s which are friendly to most languages. AKA they do not have a PHP api themselves. It’s up to developers to create the native language API interface.

    Don’t get me wrong as someone who’s dealt with there API it’s far from perfect. Causes a LOT of headaches.

    Re: IN TRADE SYS up to date. Well, I’ve not looked at there API in a while, but it’s far from up to date Compatibility Level 347 (the most recent in end of March, 2004). It’s a GREAT start though.

    I’ve been told to try Michael Hawthornthwaite’s eBay API for PHP but I’ve not tried it myself.

    -Brad
    MyBayAds.com

Leave a Reply

Byting the hand that feeds you…