PHPackages                             orzcc/laravel-amazon-product-api - 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. [API Development](/categories/api)
4. /
5. orzcc/laravel-amazon-product-api

ActiveLibrary[API Development](/categories/api)

orzcc/laravel-amazon-product-api
================================

Amazon Product Advertising API for Laravel

4.7(2y ago)1112MITPHPPHP ^8.0

Since Sep 15Pushed 2y agoCompare

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

READMEChangelog (7)Dependencies (3)Versions (54)Used By (0)

Amazon Product Advertising API for Laravel
==========================================

[](#amazon-product-advertising-api-for-laravel)

[![Build Status](https://camo.githubusercontent.com/9fade5947e76078dabf0310d1bf1255fca5e52fb329e656131a453dfc67dc559/68747470733a2f2f7472617669732d63692e636f6d2f6b617761782f6c61726176656c2d616d617a6f6e2d70726f647563742d6170692e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/kawax/laravel-amazon-product-api)[![Maintainability](https://camo.githubusercontent.com/a907d130906e6abb159ebc8f11842ff0d4cb8ab69217990dd6de473a54678b38/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f64383335633631366463396639356661663531362f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/kawax/laravel-amazon-product-api/maintainability)[![Test Coverage](https://camo.githubusercontent.com/e788e974a914381b310dd6dc2465ef5d62369e460801ee226a696c8877626a35/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f64383335633631366463396639356661663531362f746573745f636f766572616765)](https://codeclimate.com/github/kawax/laravel-amazon-product-api/test_coverage)

Updated
-------

[](#updated)

forked from [kawax/laravel-amazon-product-api](https://github.com/kawax/laravel-amazon-product-api)

End of active support (2020/06)
-------------------------------

[](#end-of-active-support-202006)

My API account has been banned, so my active support is over. However, PR is accepted.

Requirements
------------

[](#requirements)

- PHP &gt;= 7.3
- Laravel &gt;= 6.0

Versioning
----------

[](#versioning)

- Basic : semver
- Drop old PHP or Laravel version : `+0.1`. composer should handle it well.
- Support only latest major version (`master` branch), but you can PR to old branches.

Installation
------------

[](#installation)

### Composer

[](#composer)

```
composer require orzcc/laravel-amazon-product-api

```

### Publishing config (Optional)

[](#publishing-config-optional)

```
php artisan vendor:publish --tag=amazon-product-config
```

### .env

[](#env)

```
AMAZON_API_KEY=
AMAZON_API_SECRET_KEY=
AMAZON_ASSOCIATE_TAG=
AMAZON_HOST=webservices.amazon.com
AMAZON_REGION=us-east-1
```

### Country lists

[](#country-lists)

Note
----

[](#note)

- API Rate limit

Usage
-----

[](#usage)

```
