PHPackages                             daygarcia/amazon-sp-api-laravel - 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. daygarcia/amazon-sp-api-laravel

ActiveLibrary

daygarcia/amazon-sp-api-laravel
===============================

This package has made for laravel 8 and php 8. It's based on clousale/amazon-sp-api-php package with a little adjusts because the original repo doesnt receive any updates since a while. All credits reserved to clousale.

0101PHP

Since Nov 17Pushed 4y ago1 watchersCompare

[ Source](https://github.com/DayGarcia/amazon-sp-api-laravel)[ Packagist](https://packagist.org/packages/daygarcia/amazon-sp-api-laravel)[ RSS](/packages/daygarcia-amazon-sp-api-laravel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

This repository is originally from clousale. [Original repo URL](https://github.com/clousale/amazon-sp-api-php/tree/master/docs/Api)
====================================================================================================================================

[](#this-repository-is-originally-from-clousale-original-repo-url)

I just have made this package because there is somethings to be needed in original and its not updated since a while. Anyway, I just made some adjusts and the credits are all to Clousale.

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 daygarcia/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/daygarcia/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:

```
