Download the PHP package zero-to-prod/spapi-lwa without Composer
On this page you can find all versions of the php package zero-to-prod/spapi-lwa. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download zero-to-prod/spapi-lwa
More information about zero-to-prod/spapi-lwa
Files in zero-to-prod/spapi-lwa
Package spapi-lwa
Short Description Connect to Amazons Selling Partner API with Login With Amazon (LWA).
License MIT
Homepage https://github.com/zero-to-prod/spapi-lwa
Informations about the package spapi-lwa
Zerotoprod\SpapiLwa
Contents
- Introduction
- Requirements
- Installation
- Usage
- Access Toke from Refresh Token
- Access Toke from Scope
- Testing
- Local Development
- Contributing
Introduction
Connect to Amazons Selling Partner API with Login With Amazon ( LWA).
Requirements
- PHP 7.1 or higher.
Installation
Install Zerotoprod\SpapiLwa
via Composer:
This will add the package to your project’s dependencies and create an autoloader entry for it.
Usage
Access Toke from Refresh Token
Use this for calling operations that require authorization from a selling partner. All operations that are not grantless operations require authorization from a selling partner. When specifying this value, include the rrefresh_token parameter.
Access Token from Scope
Use this for calling grantless operations. When specifying this value, include the scope parameter.
Testing
You can test the api by faking the response:
Contributing
Contributions, issues, and feature requests are welcome! Feel free to check the issues page if you want to contribute.
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Commit changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature-branch
). - Create a new Pull Request.
All versions of spapi-lwa with dependencies
ext-curl Version *
ext-json Version *
zero-to-prod/curl-helper Version ^1.0
zero-to-prod/container Version ^0.1.0
zero-to-prod/factory Version ^0.1.0