PHPackages                             bramatom/selling-partner-amazon - 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. bramatom/selling-partner-amazon

ActiveLibrary

bramatom/selling-partner-amazon
===============================

Selling partner amazon API

0.1.3(3y ago)03561MITPHPPHP ^8.0

Since Jan 4Pushed 3y ago1 watchersCompare

[ Source](https://github.com/bramato/selling-partner-amazon)[ Packagist](https://packagist.org/packages/bramatom/selling-partner-amazon)[ RSS](/packages/bramatom-selling-partner-amazon/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (4)Used By (1)

Selling Partner Amazon
======================

[](#selling-partner-amazon)

Selling Partner Amazon Library is a set of classes that provides developers with a way to connect to the Amazon Selling Partner API. This library allows developers to access and manage their Amazon seller accounts, retrieve and update product information, fulfill orders, and more. The library is designed to be easy to use and includes methods for handling common tasks such as authenticating with the API, making HTTP requests, and handling errors. It is a valuable tool for anyone looking to build applications or integrations with the Amazon Selling Partner API.

Installation
------------

[](#installation)

Use the package manager [composer](https://getcomposer.org/) to install Amazon Selling Partner.

```
composer require bramatom/selling-partner-amazon
```

Usage
-----

[](#usage)

### AmazonMarketplace

[](#amazonmarketplace)

The AmazonMarketPlace class represents an Amazon marketplace.

The class constructor accepts a marketplace ID as a parameter and uses the AmazonMarketplaceData::getById method to retrieve the marketplace data from the database. If the data is found, the class fields are set with the retrieved data, otherwise the error field is set to true.

The class includes the following public methods:

- getId: returns the ID of the marketplace
- getName: returns the name of the marketplace
- getZone: returns the zone of the marketplace
- getEndpoint: returns the endpoint of the marketplace

```
$marketplace = new AmazonMarketPlace(AmazonMarketplaceId::NORTH_AMERICA);

if ($marketplace->error) {
    // handle error
} else {
    echo 'ID: ' . $marketplace->getId() . "\n";
    echo 'Name: ' . $marketplace->getName() . "\n";
    echo 'Zone: ' . $marketplace->getZone() . "\n";
    echo 'Endpoint: ' . $marketplace->getEndpoint() . "\n";
}
```

Contributing
------------

[](#contributing)

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License
-------

[](#license)

[MIT](https://choosealicense.com/licenses/mit/)

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

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.

###  Release Activity

Cadence

Every ~1 days

Total

3

Last Release

1221d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/38055d590f08941b20679ac613e29db531f612149db31f8f4d3dc8b996bc7982?d=identicon)[bramato](/maintainers/bramato)

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/bramatom-selling-partner-amazon/health.svg)

```
[![Health](https://phpackages.com/badges/bramatom-selling-partner-amazon/health.svg)](https://phpackages.com/packages/bramatom-selling-partner-amazon)
```

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k20](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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