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

ActiveLibrary[API Development](/categories/api)

webzes/paapi5-php-sdk
=====================

ProductAdvertisingAPI 5.0 PHP SDK

1.0.1(4y ago)115Apache-2.0PHPPHP &gt;=5.5

Since Jan 28Pushed 4y ago1 watchersCompare

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

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

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

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

[![Version](https://camo.githubusercontent.com/d8e53ce40c963407b9a2910b19c31d3977475aba3393e7111232b9df6029d293/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f64636f6e6538302f7061617069352d7068702d73646b)](https://img.shields.io/packagist/v/dcone80/paapi5-php-sdk)

[![Total Downloads](https://camo.githubusercontent.com/e7bc36db4da002b57188a449e43126f81187d5745ed94550ab86c8c6141a4e47/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f64636f6e6538302f7061617069352d7068702d73646b2e7376673f7374796c653d666c6174)](https://packagist.org/packages/dcone80/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 [`dcone80/paapi5-php-sdk`](https://packagist.org/packages/dcone80/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 dcone80/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:

```
