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

ActiveLibrary

benmorel/paapi5-php-sdk
=======================

ProductAdvertisingAPI 5.0 PHP SDK

01PHP

Since Aug 14Pushed 3y ago1 watchersCompare

[ Source](https://github.com/BenMorel/paapi5-php-sdk)[ Packagist](https://packagist.org/packages/benmorel/paapi5-php-sdk)[ RSS](/packages/benmorel-paapi5-php-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

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

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

[![Version](https://camo.githubusercontent.com/be500f9fa6635d3d7e4cf8a5fd2c5b9abfd80e02378ac03547d55101ec9a687b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f62656e6d6f72656c2f7061617069352d7068702d73646b)](https://img.shields.io/packagist/v/benmorel/paapi5-php-sdk)

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

```
