Download the PHP package gsystemsit/php-amzn-selling-partner-api without Composer

On this page you can find all versions of the php package gsystemsit/php-amzn-selling-partner-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package php-amzn-selling-partner-api

CI Code coverage

PHP SDK for Amazon's Selling Partner API

This is a work-in-progress implementation of Amazon's Selling Partner API in PHP. This package aims to provide an easy to use, fluent interface to the API.

If you would like to participate in the development of this SDK, please get in touch with us at [email protected]

We also maintain an updated fork of the old Amazon MWS API for Laravel: https://github.com/keithbrink/amazon-mws-laravel

Documentation

This README provides some basic details about the package; detailed documentation is available at: https://phpspa.com/docs/getting-started/

Installation

You can use Composer to install this package in your projects:

composer require jasara/php-amzn-selling-partner-api

Usage

The best way to understand how to use this SDK is by reading the documentation for the specific call you would like to make. In general, you should expect a fluent interface, such as:

Config

When you instantiate the AmazonSPA class, the config is an object that should be initialized and then passed in:

License

This project is not licensed for commercial usage, but you are hereby granted the right to use this project for commercial purposes as long as your annual revenue is under $100,000 USD.

Above that level, please visit our Sponsors page to obtain an automatic commercial license.

You are free to use the project for non-commercial purposes.

Why a Non Commercial License?

Judging by the current pace of development by the Amazon Selling Partner API team, it looks like they plan to develop at a rapid pace, so it will be an effort to keep up with all the changes. We would like this project to start with sustainability in mind, rather than have a project that only works properly for several months and then no longer receives updates.

If reducing costs is more important to you than development speed and sustainability, you can always generate your own PHP SDK using the swagger-gen tools that the Selling Partner API team provides.


All versions of php-amzn-selling-partner-api with dependencies

PHP Build Version
Package Version
Requires php Version >8.1
guzzlehttp/guzzle Version ^7.4
aws/aws-sdk-php Version ^3.199
illuminate/http Version ^9.0 || ^10.0 || ^11.0
vlucas/phpdotenv Version ^5.3
brick/money Version ^0.5 || ^0.6 || ^0.7 || ^0.8
illuminate/support Version ^9.0 || ^10.0 || ^11.0
php-units-of-measure/php-units-of-measure Version ^2.1
psr/log Version ^1.0.1 || ^2.0 || ^3.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package gsystemsit/php-amzn-selling-partner-api contains the following files

Loading the files please wait ....