Download the PHP package indeximstudio/amazon-sp-api-php without Composer
On this page you can find all versions of the php package indeximstudio/amazon-sp-api-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package amazon-sp-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 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
- PHP >= 7.3
- cURL Extension
- JSON Extension
- MBString Extension
Installation
Just require this package via composer:
Detailed Documentation
You can find detailed documentation for this PHP Library in the docs/Api
directory (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.
Examples
These are simple examples, just to show you how to get started calling the API.
IAM Role
For when you entered the IAM Role ARN in your developer profile:
IAM User
When you entered the User ARN instead of the Role ARN, please use this example:
ToDo
- Implement Tests
- Improve documentation
Feature Requests & Pull Requests are very welcome!
Notes
If you are looking for a complete Repricing & FBA-Reimbursement solution, you might want to consider giving ClouSale.com a shot.
Thanks
Thanks go out to everybody who added PRs and worked on this package.
All versions of amazon-sp-api-php with dependencies
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^6.2|^7.0
indeximstudio/telegram Version 0.1.*