PHPackages                             lennyrouanet/amazon-paapi5-php-sdk - 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. lennyrouanet/amazon-paapi5-php-sdk

ActiveLibrary[API Development](/categories/api)

lennyrouanet/amazon-paapi5-php-sdk
==================================

ProductAdvertisingAPI 5.0 PHP SDK

1.0.0(5y ago)014Apache-2.0PHPPHP &gt;=5.5

Since Nov 13Pushed 5y ago1 watchersCompare

[ Source](https://github.com/lennyrouanet/amazon-paapi5-php-sdk)[ Packagist](https://packagist.org/packages/lennyrouanet/amazon-paapi5-php-sdk)[ Docs](https://webservices.amazon.com/paapi5/documentation/index.html)[ RSS](/packages/lennyrouanet-amazon-paapi5-php-sdk/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

Product Advertising API 5.0 SDK for PHP
=======================================

[](#product-advertising-api-50-sdk-for-php)

[![Version](https://camo.githubusercontent.com/62b230ffceaa894373a495613974c99e8129462deca4f4f39ce6838d4130d056/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c656e6e79726f75616e65742f616d617a6f6e2d7061617069352d7068702d73646b)](https://img.shields.io/packagist/v/lennyrouanet/amazon-paapi5-php-sdk)

[![Total Downloads](https://camo.githubusercontent.com/4946acbf457eeb19190bca02ba143d56a9f55dcf71525d26abec447372a60ea6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c656e6e79726f75616e65742f616d617a6f6e2d7061617069352d7068702d73646b2e7376673f7374796c653d666c6174)](https://packagist.org/packages/lennyrouanet/amazon-paapi5-php-sdk)

This repository contains the open source PHP SDK that allows you to access the [Product Advertising API](https://webservices.amazon.com/paapi5/documentation/index.html) from your PHP app.

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

[](#installation)

The Product Advertising API PHP SDK can be installed with [Composer](https://getcomposer.org/). The SDK is available via [Packagist](http://packagist.org/) under the [`amzn/paapi5-php-sdk`](https://packagist.org/packages/amzn/paapi5-php-sdk) package. If Composer is installed globally on your system, you can run the following in the base directory of your project to add the SDK as a dependency:

```
composer require lennyrouanet/amazon-paapi5-php-sdk
```

Usage
-----

[](#usage)

> **Note:** This version of the Product Advertising API SDK for PHP requires PHP 5.5 or greater.

Simple example for [SearchItems](https://webservices.amazon.com/paapi5/documentation/search-items.html) to discover Amazon products with the keyword 'Harry Potter' in Books category:

```
