PHPackages                             bodya-dnepr/ebay - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. bodya-dnepr/ebay

AbandonedArchivedLibrary[API Development](/categories/api)

bodya-dnepr/ebay
================

Provides a method to communicate with eBay's Finding, Shopping and Trading API. Version 0.1.6 only supports the Finding API.

141135PHP

Since Feb 13Pushed 12y ago6 watchersCompare

[ Source](https://github.com/bodya-dnepr/ebay)[ Packagist](https://packagist.org/packages/bodya-dnepr/ebay)[ RSS](/packages/bodya-dnepr-ebay/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

eBay API
========

[](#ebay-api)

The goal for this API is to make a reliable PHP class to communicate with the finding, shopping and trading API.

Important Note
==============

[](#important-note)

The library is still under development and at this time only the Finding API has been implemented. The documentation is a work in progress and will be updated as we move along in development.

Finding API
===========

[](#finding-api)

The library uses the Call Reference found here:

For both the standard input fields as well as the call-specific field, the examples below will be the same.

Initialize Library

`$ebay = new \rearley\Ebay\Finding('your_ebay_key');`

Select call reference, will mirror the call reference name in eBay's documentation

`$ebay->call_type('findItemsIneBayStores');`

Here are a few examples of setting up each option. Any other option not listed in the example but listed in the documents will follow the same syntax.

Aspect Filters

`$ebay->add_aspectFilter('Brand', array('Apple','Bacon'));`

Domain Filter

`$ebay->add_domainFilter('Other_MP3_Players');`

Item Filters

`$ebay->add_itemFilter('MinPrice', '100','Currency','USD');`

`$ebay->add_itemFilter('MaxPrice', '200','Currency','USD');`

`$ebay->add_itemFilter('FreeShippingOnly', 'true');`

To complete the call

`$results = $ebay->search();`

$results will be FALSE on any errors caused through the code. Any errors that would generate a error response from eBay will not flag an error.

`$ebay->results`

To get other errors not generated from ebay:

`$error = $ebay->error`;

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/393c91a9670d35c066ea4c87278e76df34e00dd4117b27f625e41bb9f88bcaa7?d=identicon)[bodya-dnepr](/maintainers/bodya-dnepr)

---

Top Contributors

[![rearley](https://avatars.githubusercontent.com/u/1328538?v=4)](https://github.com/rearley "rearley (50 commits)")[![dbodyas](https://avatars.githubusercontent.com/u/1251682?v=4)](https://github.com/dbodyas "dbodyas (3 commits)")[![benjam-es](https://avatars.githubusercontent.com/u/1738602?v=4)](https://github.com/benjam-es "benjam-es (1 commits)")[![cluster28](https://avatars.githubusercontent.com/u/5039840?v=4)](https://github.com/cluster28 "cluster28 (1 commits)")

### Embed Badge

![Health badge](/badges/bodya-dnepr-ebay/health.svg)

```
[![Health](https://phpackages.com/badges/bodya-dnepr-ebay/health.svg)](https://phpackages.com/packages/bodya-dnepr-ebay)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[facebook/php-business-sdk

PHP SDK for Facebook Business

90821.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

74513.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

265103.1M454](/packages/google-gax)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
