Download the PHP package tims/laravel-paapi without Composer
On this page you can find all versions of the php package tims/laravel-paapi. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tims/laravel-paapi
More information about tims/laravel-paapi
Files in tims/laravel-paapi
Package laravel-paapi
Short Description Laravel package for Amazon Creators API, built on tims/amazon-creatorsapi-php-sdk
License MIT
Informations about the package laravel-paapi
laravel-paapi
Laravel package for Amazon Creators API, built on tims/amazon-creatorsapi-php-sdk.
Requirements
- PHP 8.1+
- Laravel 10, 11, 12, or 13
- Amazon Associates Creators API credentials (Credential ID, Secret, Version)
Installation
Publish the config (optional):
Configuration
Add these to your .env:
Optional:
Usage
| Facade | SDK method |
|---|---|
search |
searchItems |
browse |
getBrowseNodes |
item / items |
getItems |
variations |
getVariations |
feeds |
listFeeds |
feed |
getFeed |
reports |
listReports |
report |
getReport |
Responses are arrays (decoded JSON), so data_get() works:
Marketplace override
Hooks
Tweak the underlying SDK request before it is sent (search, browse, item, variations, feed, report):
Access the official SDK client
For async / *WithHttpInfo helpers, use the underlying client:
Notes vs Product Advertising API 5
Creators API replaces Amazon's Product Advertising API 5. Notable differences:
| Product Advertising API 5 | Creators API |
|---|---|
| Access key + secret + region | Credential ID + secret + version (OAuth) |
webservices.amazon.com host |
Marketplace locale (www.amazon.com) + creatorsapi.amazon |
ItemIdType (EAN/UPC/…) |
ASINs via item / items |
Browse sort |
Not supported (parameter kept, ignored) |
Response keys ItemsResult |
camelCase itemsResult |
OAuth access tokens are cached in Laravel Cache across requests.
License
MIT — see LICENSE.
Amazon Creators API SDK is Apache-2.0 (see the upstream SDK notice).
All versions of laravel-paapi with dependencies
guzzlehttp/guzzle Version ^7.5
illuminate/cache Version ^10.0|^11.0|^12.0|^13.0
illuminate/support Version ^10.0|^11.0|^12.0|^13.0
tims/amazon-creatorsapi-php-sdk Version ^1.3