PHPackages                             creatissimo/amazon-sp-api-php - 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. creatissimo/amazon-sp-api-php

ActiveLibrary[API Development](/categories/api)

creatissimo/amazon-sp-api-php
=============================

v2.2(3y ago)073MITPHPPHP &gt;=7.3

Since Oct 1Pushed 3y agoCompare

[ Source](https://github.com/creatissimo/amazon-sp-api-php)[ Packagist](https://packagist.org/packages/creatissimo/amazon-sp-api-php)[ Docs](http://www.clousale.com)[ RSS](/packages/creatissimo-amazon-sp-api-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (5)Versions (16)Used By (0)

Amazon Selling Partner API PHP
==============================

[](#amazon-selling-partner-api-php)

This is an API Binding in PHP for the new Amazon Selling Partner API.

This library is based on the output of `swagger-codegen` with the [OpenAPI files provided by Amazon](https://github.com/amzn/selling-partner-api-models/tree/main/models) and has been modified by the contributors.

The purpose of this package is to have an easy way of getting started with the Amazon Selling Partner API through a simple composer package.

Requirements
============

[](#requirements)

- PHP &gt;= 7.3
- cURL Extension
- JSON Extension
- MBString Extension

Installation
============

[](#installation)

Just require this package via composer:

```
composer require clousale/amazon-sp-api-php

```

Detailed Documentation
======================

[](#detailed-documentation)

You can find detailed documentation for this PHP Library in the [`docs/Api` directory](https://github.com/clousale/amazon-sp-api-php/tree/master/docs/Api) (Please note: Namespaces and other classes could have been changed)

You can find general information about the Amazon Selling Partner API on [the official Amazon Developer Website](https://developer.amazonservices.com).

Examples
========

[](#examples)

These are simple examples, just to show you how to get started calling the API.

IAM Role
--------

[](#iam-role)

For when you entered the IAM Role ARN in your developer profile:

```
